hello10000 commited on
Commit
c757276
·
verified ·
1 Parent(s): 4b7fab3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -11,6 +11,8 @@ RUN apt-get update && apt-get install -y \
11
  COPY requirements.txt ./
12
  COPY app.py ./
13
  COPY src/ ./src/
 
 
14
 
15
  RUN pip3 install -r requirements.txt
16
 
 
11
  COPY requirements.txt ./
12
  COPY app.py ./
13
  COPY src/ ./src/
14
+ COPY sorawm/ ./sorawm/
15
+
16
 
17
  RUN pip3 install -r requirements.txt
18