karim23657 commited on
Commit
9f839e0
·
verified ·
1 Parent(s): 309d62e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 wavedrom==2.0.3.post3
 
 
 
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