Skip to content

Commit

Permalink
--no-cache notebook (#2381)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Mar 5, 2021
1 parent 300d518 commit 692e1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt update && apt install -y zip htop screen libgl1-mesa-glx
# Install python dependencies
RUN python -m pip install --upgrade pip
COPY requirements.txt .
RUN pip install -r requirements.txt gsutil
RUN pip install --no-cache -r requirements.txt gsutil notebook

# Create working directory
RUN mkdir -p /usr/src/app
Expand Down

0 comments on commit 692e1f3

Please sign in to comment.