karim23657 commited on
Commit
309d62e
·
verified ·
1 Parent(s): 83d4d6a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -5,6 +5,7 @@ COPY . .
5
  RUN mkdir -p /.cache && chmod -R 777 /.cache
6
  RUN pwd
7
  RUN ls
 
8
  RUN pip install -r requirements.txt
9
  VOLUME /data
10
  EXPOSE 23333
 
5
  RUN mkdir -p /.cache && chmod -R 777 /.cache
6
  RUN pwd
7
  RUN ls
8
+ RUN pip install wavedrom==2.0.3.post3
9
  RUN pip install -r requirements.txt
10
  VOLUME /data
11
  EXPOSE 23333