Spaces:
Build error
Build error
napatswift
commited on
Commit
•
8c52dff
1
Parent(s):
df29cc7
Update Dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -13,10 +13,6 @@ RUN mim install mmcv
|
|
13 |
RUN mim install mmdet
|
14 |
RUN mim install mmocr
|
15 |
|
16 |
-
RUN wget https://github.com/napatswift/naplog/releases/download/v0.0.1/dbnet_resnet18_fpnc_1200e_icdar2015.tar.gz
|
17 |
-
RUN wget https://github.com/napatswift/naplog/releases/download/v0.0.1/nrtr_modality-transform_50e_thvl.tar.gz
|
18 |
-
RUN for f in *.tar.gz; do tar -zxf $f; done
|
19 |
-
|
20 |
# Set up a new user named "user" with user ID 1000
|
21 |
RUN useradd -m -u 1000 user
|
22 |
# Switch to the "user" user
|
|
|
13 |
RUN mim install mmdet
|
14 |
RUN mim install mmocr
|
15 |
|
|
|
|
|
|
|
|
|
16 |
# Set up a new user named "user" with user ID 1000
|
17 |
RUN useradd -m -u 1000 user
|
18 |
# Switch to the "user" user
|