Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
ed67e70
1
Parent(s):
06338fc
fix(gui): add all gui files to Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -49,7 +49,7 @@ RUN $PIP install --no-cache-dir .
|
|
49 |
# Install Julia pre-requisites:
|
50 |
RUN $PYTHON -c 'import pysr'
|
51 |
|
52 |
-
COPY --chown=user ./gui
|
53 |
|
54 |
EXPOSE 7860
|
55 |
ENV GRADIO_ALLOW_FLAGGING=never \
|
|
|
49 |
# Install Julia pre-requisites:
|
50 |
RUN $PYTHON -c 'import pysr'
|
51 |
|
52 |
+
COPY --chown=user ./gui/*.py $HOME/pysr/gui/
|
53 |
|
54 |
EXPOSE 7860
|
55 |
ENV GRADIO_ALLOW_FLAGGING=never \
|