Skip to content

Commit

Permalink
Fix unused code in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyZzZz committed Aug 17, 2024
1 parent 73dff02 commit a6c5ef0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ RUN apt-get update && \
apt-get install -y build-essential git && \
apt-get clean

# Copy the requirements file into the container
COPY requirements.txt requirements.txt
COPY requirements_dev.txt requirements_dev.txt

# Upgrade pip
RUN pip install --upgrade pip

Expand Down

0 comments on commit a6c5ef0

Please sign in to comment.