Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- 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
|