lydianish commited on
Commit
0b1573b
·
verified ·
1 Parent(s): 5b507e7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -75,8 +75,6 @@ RUN mkdir app
75
  WORKDIR $HOME/app
76
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
77
  COPY --chown=user . $HOME/app
78
- COPY --chown=user $LASER/models $HOME/app/LASER/models
79
- COPY --chown=user $ROLASER/models $HOME/app/RoLASER/models
80
 
81
  EXPOSE 8501
82
  CMD streamlit run app.py \
 
75
  WORKDIR $HOME/app
76
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
77
  COPY --chown=user . $HOME/app
 
 
78
 
79
  EXPOSE 8501
80
  CMD streamlit run app.py \