Skip to content

Commit

Permalink
Merge RUN commands
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed May 16, 2023
1 parent 7380015 commit fb926ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions streamlit/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM python:3.10-slim-buster
COPY . /deeplc
WORKDIR /deeplc
RUN pip install --upgrade pip
RUN pip install -r requirements.txt
RUN pip install --upgrade pip && pip install -r requirements.txt
ENV DEEPLC_LIBRARY_PATH="/tmp/deeplc_library.txt"
EXPOSE 8501
CMD ["streamlit", "run", "deeplc_streamlit.py"]

0 comments on commit fb926ab

Please sign in to comment.