VcRlAgent commited on
Commit
eff66a2
·
1 Parent(s): 468d800

Initial WorkWise backend GPU

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,6 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt
8
  COPY app/ ./app/
9
  COPY data/ ./data/
10
 
11
- EXPOSE 8000
12
 
13
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
8
  COPY app/ ./app/
9
  COPY data/ ./data/
10
 
11
+ EXPOSE 7860
12
 
13
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]