Jaman commited on
Commit
c0e319b
·
verified ·
1 Parent(s): d4cbed4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ ADD . /app
9
 
10
  # Create a new environment and install dependencies
11
  RUN conda create -n myenv python=3.9 numpy=1.19.5 flask=2.0.2 && \
12
- /opt/conda/envs/myenv/bin/pip install spleeter==2.1.0 autochord==0.0.1 pretty_midi==0.2.9 librosa==0.8.1 matchering==2.0.1 pedalboard==0.4.0 scipy==1.7.1
13
 
14
  # Expose the port Flask is running on
15
  EXPOSE 5000
 
9
 
10
  # Create a new environment and install dependencies
11
  RUN conda create -n myenv python=3.9 numpy=1.19.5 flask=2.0.2 && \
12
+ /opt/conda/envs/myenv/bin/pip install spleeter==2.1.0 autochord==0.1.4 pretty_midi librosa matchering pedalboard scipy==1.7.1
13
 
14
  # Expose the port Flask is running on
15
  EXPOSE 5000