Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|