Spaces:
Running
Running
Update Dockerfile
Browse files- 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"]
|