Spaces:
Running
Running
justin2341
commited on
Commit
•
1d0eaac
1
Parent(s):
86d6df9
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -16,7 +16,6 @@ COPY ./run.sh .
|
|
16 |
COPY ./face_examples ./face_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"]
|
|
|
16 |
COPY ./face_examples ./face_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"]
|