ffreemt commited on
Commit
58214b0
1 Parent(s): 7f73d20

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ RUN pip install --no-cache-dir --upgrade pip && \
22
  # CMD ["python", "app.py"]
23
 
24
  # CMD ["sh", "start-m3-server.sh"]
25
- CMD ["HF_HOME=/tmp/cache", "python", "m3_server.py"]
 
22
  # CMD ["python", "app.py"]
23
 
24
  # CMD ["sh", "start-m3-server.sh"]
25
+ CMD ["sh", "-c", "HF_HOME=/tmp/cache", "python", "m3_server.py"]