Skip to content

Commit

Permalink
Remove requirements.txt step
Browse files Browse the repository at this point in the history
  • Loading branch information
bhvishal9 committed Jul 8, 2024
1 parent 98afdff commit e2bfde6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ RUN apt-get update && \
pip install --upgrade pip && \
rm -rf /var/lib/apt/lists/*

# Copy only the requirements file to leverage Docker cache
COPY requirements.txt .

# Install the dependencies
RUN pip install --no-cache-dir -r requirements.txt

# Copy the rest of the application code
COPY . .

Expand Down

0 comments on commit e2bfde6

Please sign in to comment.