karim23657 commited on
Commit
4660e3c
·
verified ·
1 Parent(s): 43a8d02

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -2,6 +2,7 @@ FROM python:3.11-slim
2
  WORKDIR $HOME/app
3
  COPY requirements.txt $HOME/app
4
  RUN mkdir /.cache && chmod 777 /.cache
 
5
  RUN pip install svgwrite==1.4.3 six==1.17.0 pyyaml==6.0.2
6
  RUN pip install wavedrom==2.0.3.post3
7
  RUN pip install -r requirements.txt
 
2
  WORKDIR $HOME/app
3
  COPY requirements.txt $HOME/app
4
  RUN mkdir /.cache && chmod 777 /.cache
5
+ RUN pip install --upgrade pip
6
  RUN pip install svgwrite==1.4.3 six==1.17.0 pyyaml==6.0.2
7
  RUN pip install wavedrom==2.0.3.post3
8
  RUN pip install -r requirements.txt