Piyusharanjan Pradhan commited on
Commit
dedec0d
·
1 Parent(s): a7a64ac
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -24,9 +24,9 @@ RUN apt-get update && apt-get install -y \
24
  && rm -rf /var/lib/apt/lists/*
25
 
26
  # Install Hugging Face CLI for dataset access
27
- RUN pip3 install --no-cache-dir huggingface_hub[cli] --break-system-packages
28
 
29
- # Ensure huggingface-cli is in PATH
30
  ENV PATH="/usr/local/bin:${PATH}"
31
 
32
  # Install code-server
 
24
  && rm -rf /var/lib/apt/lists/*
25
 
26
  # Install Hugging Face CLI for dataset access
27
+ RUN pip3 install --no-cache-dir huggingface_hub[cli]
28
 
29
+ # Ensure huggingface-cli is in PATH for all users
30
  ENV PATH="/usr/local/bin:${PATH}"
31
 
32
  # Install code-server