oceansweep commited on
Commit
7470950
1 Parent(s): 7700d4e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -40,7 +40,7 @@ RUN export LD_LIBRARY_PATH=`python3 -c 'import os; import nvidia.cublas.lib; imp
40
 
41
  COPY ./requirements.txt /home/user/app/requirements.txt
42
 
43
- RUN pip3 install --no-cache-dir --upgrade -r ./app/requirements.txt
44
 
45
  # Copy the current directory contents into the container at /app
46
  COPY --chown=user . $HOME/app
 
40
 
41
  COPY ./requirements.txt /home/user/app/requirements.txt
42
 
43
+ RUN pip3 install --no-cache-dir --upgrade -r .requirements.txt
44
 
45
  # Copy the current directory contents into the container at /app
46
  COPY --chown=user . $HOME/app