Spaces:
Sleeping
Sleeping
save
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -11,8 +11,6 @@ RUN apt-get update && apt-get install -y \
|
|
11 |
|
12 |
COPY requirements.txt ./
|
13 |
COPY src/ ./src/
|
14 |
-
COPY outputs/ ./outputs/
|
15 |
-
|
16 |
|
17 |
RUN pip3 install -r requirements.txt
|
18 |
|
|
|
11 |
|
12 |
COPY requirements.txt ./
|
13 |
COPY src/ ./src/
|
|
|
|
|
14 |
|
15 |
RUN pip3 install -r requirements.txt
|
16 |
|