Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,8 @@ RUN pwd
|
|
| 7 |
RUN ls
|
| 8 |
RUN pip install setuptools_scm
|
| 9 |
RUN pip install --upgrade wheel
|
| 10 |
-
RUN pip install wavedrom
|
|
|
|
| 11 |
# RUN pip install wavedrom==2.0.3.post3
|
| 12 |
RUN pip install -r requirements.txt
|
| 13 |
VOLUME /data
|
|
|
|
| 7 |
RUN ls
|
| 8 |
RUN pip install setuptools_scm
|
| 9 |
RUN pip install --upgrade wheel
|
| 10 |
+
RUN pip install sphinxcontrib-wavedrom
|
| 11 |
+
# RUN pip install wavedrom --no-build-isolation
|
| 12 |
# RUN pip install wavedrom==2.0.3.post3
|
| 13 |
RUN pip install -r requirements.txt
|
| 14 |
VOLUME /data
|