Spaces:
Runtime error
Runtime error
Karan Goel
commited on
Commit
ยท
55f9d07
1
Parent(s):
0f41187
udpate
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -19,5 +19,9 @@ RUN pip install --no-cache-dir --upgrade .
|
|
19 |
|
20 |
COPY . .
|
21 |
|
|
|
|
|
|
|
|
|
22 |
# CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|
23 |
CMD ["mk", "run", "/code/tutorial-1.py", "--host", "0.0.0.0", "--api-port", "7860"]
|
|
|
19 |
|
20 |
COPY . .
|
21 |
|
22 |
+
# Set env variables
|
23 |
+
RUN mkdir /code/logs
|
24 |
+
ENV MEERKAT_LOG_DIR=/code/logs
|
25 |
+
|
26 |
# CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|
27 |
CMD ["mk", "run", "/code/tutorial-1.py", "--host", "0.0.0.0", "--api-port", "7860"]
|