sschellhammer commited on
Commit
1c1bc57
·
verified ·
1 Parent(s): 16973d5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -31,12 +31,11 @@ RUN apt-get update && apt-get install -y \
31
  RUN git clone https://github.com/SEBSCHELLI/potato.git /app
32
  RUN pip install --upgrade pip
33
  RUN pip install . # Installs the potato repo as a Python package
34
- #RUN pip install -r requirements.txt
35
-
36
- COPY --chown=user . /app
37
 
38
  RUN pip list
39
 
 
40
 
41
  # Load Files
42
  RUN python setup_files.py
 
31
  RUN git clone https://github.com/SEBSCHELLI/potato.git /app
32
  RUN pip install --upgrade pip
33
  RUN pip install . # Installs the potato repo as a Python package
34
+ RUN pip install huggingface_hub
 
 
35
 
36
  RUN pip list
37
 
38
+ COPY --chown=user . /app
39
 
40
  # Load Files
41
  RUN python setup_files.py