Thang6822 commited on
Commit
e7191dd
·
verified ·
1 Parent(s): 7583683

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,8 +8,8 @@ RUN pip install --no-cache-dir -r requirements.txt
8
  COPY . .
9
 
10
  # Install timesfm from local source (vendored)
11
- RUN pip install -e libs/timesfm[torch]
12
 
13
  ENV PORT=7860
14
  EXPOSE 7860
15
- CMD ["python", "app.py"]
 
8
  COPY . .
9
 
10
  # Install timesfm from local source (vendored)
11
+ RUN pip install -e ./libs/timesfm[torch]
12
 
13
  ENV PORT=7860
14
  EXPOSE 7860
15
+ CMD ["python", "app.py"]