Spaces:
Runtime error
Runtime error
Karan Goel
commited on
Commit
ยท
d2848a0
1
Parent(s):
eb0e747
update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,6 +6,7 @@ FROM python:3.9
|
|
6 |
WORKDIR /code
|
7 |
RUN chmod 777 /code
|
8 |
RUN echo $SPACE_AUTHOR_NAME
|
|
|
9 |
|
10 |
# Install node >= 18.0.0 and npm
|
11 |
# RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
@@ -46,7 +47,6 @@ ENV MEERKAT_CONFIG=$HOME/config.yaml
|
|
46 |
COPY --chown=user ./tutorial.py $HOME/tutorial.py
|
47 |
|
48 |
|
49 |
-
|
50 |
RUN mk run $HOME/tutorial.py --host 0.0.0.0 --api-port 7860
|
51 |
|
52 |
WORKDIR $HOME
|
|
|
6 |
WORKDIR /code
|
7 |
RUN chmod 777 /code
|
8 |
RUN echo $SPACE_AUTHOR_NAME
|
9 |
+
RUN echo $SPACE_ID
|
10 |
|
11 |
# Install node >= 18.0.0 and npm
|
12 |
# RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
|
|
47 |
COPY --chown=user ./tutorial.py $HOME/tutorial.py
|
48 |
|
49 |
|
|
|
50 |
RUN mk run $HOME/tutorial.py --host 0.0.0.0 --api-port 7860
|
51 |
|
52 |
WORKDIR $HOME
|