baxin commited on
Commit
799db5a
·
verified ·
1 Parent(s): 555093f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN apt-get install -y libglib2.0-0
13
  RUN pip install --upgrade pip
14
 
15
  # Copy the current directory contents into the container at /app
16
- COPY . /app
17
 
18
  # Install any needed packages specified in requirements.txt
19
  RUN pip install --no-cache-dir -r requirements.txt
 
13
  RUN pip install --upgrade pip
14
 
15
  # Copy the current directory contents into the container at /app
16
+ #COPY . /app
17
 
18
  # Install any needed packages specified in requirements.txt
19
  RUN pip install --no-cache-dir -r requirements.txt