Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,10 @@ COPY . .
|
|
| 5 |
RUN mkdir -p /.cache && chmod -R 777 /.cache
|
| 6 |
RUN pwd
|
| 7 |
RUN ls
|
| 8 |
-
RUN pip install
|
|
|
|
|
|
|
|
|
|
| 9 |
RUN pip install -r requirements.txt
|
| 10 |
VOLUME /data
|
| 11 |
EXPOSE 23333
|
|
|
|
| 5 |
RUN mkdir -p /.cache && chmod -R 777 /.cache
|
| 6 |
RUN pwd
|
| 7 |
RUN ls
|
| 8 |
+
RUN pip install setuptools_scm
|
| 9 |
+
RUN pip install --upgrade wheel
|
| 10 |
+
RUN pip install wavedrom --no-build-isolation
|
| 11 |
+
# RUN pip install wavedrom==2.0.3.post3
|
| 12 |
RUN pip install -r requirements.txt
|
| 13 |
VOLUME /data
|
| 14 |
EXPOSE 23333
|