th0mascat commited on
Commit
ef7d487
·
verified ·
1 Parent(s): ad8626b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -10,4 +10,6 @@ RUN pip install librosa
10
 
11
  RUN pip install -r requirements.txt
12
 
 
 
13
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
10
 
11
  RUN pip install -r requirements.txt
12
 
13
+ WORKDIR ./
14
+
15
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]