sschellhammer commited on
Commit
25f2139
·
verified ·
1 Parent(s): 5449308

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y nano
22
  RUN pip install --upgrade pip
23
  #RUN pip install /app/potato # Installs the potato repo as a Python package
24
  #RUN pip install huggingface_hub
25
- RUN pip install --no-cache-dir -r requirements.txt
26
  #RUN pip install gitpython
27
 
28
  # List installed dependencies
 
22
  RUN pip install --upgrade pip
23
  #RUN pip install /app/potato # Installs the potato repo as a Python package
24
  #RUN pip install huggingface_hub
25
+ RUN pip install --no-cache-dir -r /app/requirements.txt
26
  #RUN pip install gitpython
27
 
28
  # List installed dependencies