louiecerv commited on
Commit
63f03a9
·
1 Parent(s): 9c8ac46
Files changed (1) hide show
  1. 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