Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into mhsong-dev
  • Loading branch information
mh3ong committed Mar 27, 2024
2 parents 510036e + eafc9fb commit 99c2c47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions frontend/streamlit_templates/Dockerfile-image
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ FROM python:3.12-slim
WORKDIR /streamlit_app

RUN apt-get update && apt-get install -y \
build-essential \
curl \
software-properties-common \
git \
&& rm -rf /var/lib/apt/lists/*

COPY requirements.txt requirements.txt
Expand Down
3 changes: 0 additions & 3 deletions frontend/streamlit_templates/Dockerfile-text
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ FROM python:3.12-slim
WORKDIR /streamlit_app

RUN apt-get update && apt-get install -y \
build-essential \
curl \
software-properties-common \
git \
&& rm -rf /var/lib/apt/lists/*

COPY requirements.txt requirements.txt
Expand Down

0 comments on commit 99c2c47

Please sign in to comment.