Spaces:
Sleeping
Sleeping
Piyusharanjan Pradhan
commited on
Commit
·
dedec0d
1
Parent(s):
a7a64ac
fix 2
Browse files- 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]
|
| 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
|