karim23657 commited on
Commit
84499eb
·
verified ·
1 Parent(s): 9f839e0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 --no-build-isolation
 
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