louiecerv commited on
Commit
9c8ac46
·
1 Parent(s): b81ca23
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -11,6 +11,8 @@ RUN apt-get update && apt-get install -y \
11
 
12
  COPY requirements.txt ./
13
  COPY src/ ./src/
 
 
14
 
15
  RUN pip3 install -r requirements.txt
16
 
 
11
 
12
  COPY requirements.txt ./
13
  COPY src/ ./src/
14
+ COPY outputs/ ./outputs/
15
+
16
 
17
  RUN pip3 install -r requirements.txt
18