Spaces:
Running
Running
justin2341
commited on
Commit
•
e4906c9
1
Parent(s):
a2d8e0c
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -16,6 +16,7 @@ COPY ./run.sh .
|
|
16 |
COPY ./live_examples ./live_examples
|
17 |
COPY ./requirements.txt .
|
18 |
COPY ./data ./data
|
|
|
19 |
RUN chmod a+x run.sh
|
20 |
RUN pip3 install -r requirements.txt
|
21 |
CMD ["./run.sh"]
|
|
|
16 |
COPY ./live_examples ./live_examples
|
17 |
COPY ./requirements.txt .
|
18 |
COPY ./data ./data
|
19 |
+
COPY ./license.txt .
|
20 |
RUN chmod a+x run.sh
|
21 |
RUN pip3 install -r requirements.txt
|
22 |
CMD ["./run.sh"]
|