karim23657 commited on
Commit
076afd9
·
verified ·
1 Parent(s): 4660e3c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -2,7 +2,8 @@ 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 --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
 
2
  WORKDIR $HOME/app
3
  COPY requirements.txt $HOME/app
4
  RUN mkdir /.cache && chmod 777 /.cache
5
+ RUN pip install --upgrade pip setuptools wheel
6
+ RUN pip install Cmake
7
  RUN pip install svgwrite==1.4.3 six==1.17.0 pyyaml==6.0.2
8
  RUN pip install wavedrom==2.0.3.post3
9
  RUN pip install -r requirements.txt