Spaces:
Runtime error
Runtime error
Karan Goel
commited on
Commit
ยท
99d06a3
1
Parent(s):
f10fd3d
update
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -35,6 +35,7 @@ RUN pip install meerkat-ml
|
|
35 |
|
36 |
COPY --chown=user . $HOME/
|
37 |
|
|
|
38 |
# Set env variables
|
39 |
RUN mkdir $HOME/logs
|
40 |
RUN chmod 777 $HOME/logs
|
|
|
35 |
|
36 |
COPY --chown=user . $HOME/
|
37 |
|
38 |
+
|
39 |
# Set env variables
|
40 |
RUN mkdir $HOME/logs
|
41 |
RUN chmod 777 $HOME/logs
|