Ethavanol commited on
Commit
5fca041
·
1 Parent(s): 2616382

revert working

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /code
7
  # Copy the current directory contents into the container at /code
8
  COPY ./requirements.txt /code/requirements.txt
9
  # Install pip requirements
10
- RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
12
  # Creates a non-root user with an explicit UID
13
  # For more info, please refer to https://aka.ms/vscode-docker-python-configure-containers
 
7
  # Copy the current directory contents into the container at /code
8
  COPY ./requirements.txt /code/requirements.txt
9
  # Install pip requirements
10
+ RUN pip install -r /code/requirements.txt
11
 
12
  # Creates a non-root user with an explicit UID
13
  # For more info, please refer to https://aka.ms/vscode-docker-python-configure-containers