AurelioAguirre commited on
Commit
6e590df
·
verified ·
1 Parent(s): 21e0cbb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -53,4 +53,4 @@ ENV MODEL_PATH=/app/main/checkpoints/mistralai/Mistral-7B-Instruct-v0.3
53
  EXPOSE 7860
54
 
55
  # Command to run the application
56
- CMD ["python", "main/main.py"]
 
53
  EXPOSE 7860
54
 
55
  # Command to run the application
56
+ CMD ["python", "-m", "main.main"]