acarvalhofaktion commited on
Commit
db6f069
1 Parent(s): e26a93f
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -15,6 +15,6 @@ FROM base_image
15
  EXPOSE 7860
16
 
17
  COPY . .
18
- RUN pip install -r app/requirements.txt
19
 
20
- CMD ["python", "app/main.py"]
 
15
  EXPOSE 7860
16
 
17
  COPY . .
18
+ RUN pip install -r autotrain/requirements.txt
19
 
20
+ CMD ["python", "autotrain/main.py"]