--no-cache notebook (#2381)
This commit is contained in:
parent
300d518f73
commit
692e1f31dc
|
|
@ -7,7 +7,7 @@ RUN apt update && apt install -y zip htop screen libgl1-mesa-glx
|
||||||
# Install python dependencies
|
# Install python dependencies
|
||||||
RUN python -m pip install --upgrade pip
|
RUN python -m pip install --upgrade pip
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install -r requirements.txt gsutil
|
RUN pip install --no-cache -r requirements.txt gsutil notebook
|
||||||
|
|
||||||
# Create working directory
|
# Create working directory
|
||||||
RUN mkdir -p /usr/src/app
|
RUN mkdir -p /usr/src/app
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue