Skip to content

Commit

Permalink
added Docker RUN command in streamlit Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
darkAndromeda9 committed Dec 10, 2023
1 parent 037d79e commit 838448b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions streamlit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM python:3.10

WORKDIR /code

RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y

COPY requirements.txt /code
RUN pip install -r requirements.txt

Expand Down

0 comments on commit 838448b

Please sign in to comment.