Spaces:
Paused
Paused
Automated deployment update from ML build
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -38,7 +38,7 @@ RUN uv pip install --system --break-system-packages --no-cache-dir \
|
|
| 38 |
|
| 39 |
RUN python3 -c "from huggingface_hub import hf_hub_download; hf_hub_download(repo_id='gpt2', filename='config.json')"
|
| 40 |
|
| 41 |
-
RUN useradd -m -u 1000 -s /bin/bash user && \
|
| 42 |
echo "user:apple123" | chpasswd && \
|
| 43 |
usermod -aG sudo user && \
|
| 44 |
mkdir -p /home/user/.torch_metrics && \
|
|
|
|
| 38 |
|
| 39 |
RUN python3 -c "from huggingface_hub import hf_hub_download; hf_hub_download(repo_id='gpt2', filename='config.json')"
|
| 40 |
|
| 41 |
+
RUN userdel -f ubuntu && useradd -m -u 1000 -s /bin/bash user && \
|
| 42 |
echo "user:apple123" | chpasswd && \
|
| 43 |
usermod -aG sudo user && \
|
| 44 |
mkdir -p /home/user/.torch_metrics && \
|