Skip to content

Commit

Permalink
Docker build bug
Browse files Browse the repository at this point in the history
  • Loading branch information
joglekara committed Nov 2, 2024
1 parent 3d12723 commit 726c88c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ COPY requirements.txt .
COPY tsadar_app.py .

EXPOSE 8501
# install git
RUN apt-get update && apt-get install -y git

# install pip then packages

# install pip then packages
RUN pip3 install --upgrade pip
RUN pip3 install -r requirements.txt

Expand Down

0 comments on commit 726c88c

Please sign in to comment.