MilesCranmer commited on
Commit
ed67e70
1 Parent(s): 06338fc

fix(gui): add all gui files to Dockerfile

Browse files
Files changed (1) hide show
  1. 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/app.py $HOME/pysr/gui/app.py
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 \