Spaces:
Runtime error
Runtime error
Karan Goel
commited on
Commit
ยท
9255953
1
Parent(s):
1fc3b7a
udpate
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -23,6 +23,7 @@ COPY . .
|
|
23 |
RUN mkdir /code/logs
|
24 |
RUN chmod 777 /code/logs
|
25 |
ENV MEERKAT_LOG_DIR=/code/logs
|
|
|
26 |
|
27 |
# CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|
28 |
CMD ["mk", "run", "/code/tutorial-1.py", "--host", "0.0.0.0", "--api-port", "7860"]
|
|
|
23 |
RUN mkdir /code/logs
|
24 |
RUN chmod 777 /code/logs
|
25 |
ENV MEERKAT_LOG_DIR=/code/logs
|
26 |
+
RUN usermod -d /code/ $(whoami)
|
27 |
|
28 |
# CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|
29 |
CMD ["mk", "run", "/code/tutorial-1.py", "--host", "0.0.0.0", "--api-port", "7860"]
|