Karan Goel commited on
Commit
9e66fb2
ยท
1 Parent(s): bba60a5
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.9
5
 
6
  WORKDIR /code
7
  RUN chmod 777 /code
8
-
9
 
10
  # Install node >= 18.0.0 and npm
11
  # RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
@@ -45,6 +45,8 @@ ENV MEERKAT_CONFIG=$HOME/config.yaml
45
 
46
  COPY --chown=user ./tutorial.py $HOME/tutorial.py
47
 
 
 
48
  RUN mk run $HOME/tutorial.py --host 0.0.0.0 --api-port 7860
49
 
50
  WORKDIR $HOME
 
5
 
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 -
 
45
 
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