Spaces:
Running
Running
justin2341
commited on
Commit
•
32de612
1
Parent(s):
c7ff4e1
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -12,7 +12,6 @@ COPY ./requirements.txt .
|
|
12 |
COPY ./run.sh .
|
13 |
COPY ./idcard_examples ./idcard_examples
|
14 |
COPY ./data ./data
|
15 |
-
COPY ./license.txt .
|
16 |
RUN chmod a+x run.sh
|
17 |
RUN pip3 install -r requirements.txt
|
18 |
CMD ["./run.sh"]
|
|
|
12 |
COPY ./run.sh .
|
13 |
COPY ./idcard_examples ./idcard_examples
|
14 |
COPY ./data ./data
|
|
|
15 |
RUN chmod a+x run.sh
|
16 |
RUN pip3 install -r requirements.txt
|
17 |
CMD ["./run.sh"]
|