xrp commited on
Commit
2c3b65a
·
verified ·
1 Parent(s): 6012c98

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
14
 
15
  # Install Python packages
16
  # Using --break-system-packages is necessary on newer Debian/Ubuntu with PEP 668
17
- RUN pip3 install --no-cache-dir --break-system-packages huggingface_hub huggingface_hub[cli]
18
 
19
  # Create user and group for better permission handling
20
  RUN groupadd -r user && useradd --no-log-init -r -m -g user -u 1001 user
 
14
 
15
  # Install Python packages
16
  # Using --break-system-packages is necessary on newer Debian/Ubuntu with PEP 668
17
+ RUN pip3 install --no-cache-dir huggingface_hub huggingface_hub[cli]
18
 
19
  # Create user and group for better permission handling
20
  RUN groupadd -r user && useradd --no-log-init -r -m -g user -u 1001 user