Spaces:
Sleeping
Sleeping
zhongkaifu
commited on
Commit
·
d0fce4a
1
Parent(s):
06da822
Update Dockerfile
Browse files- Dockerfile +5 -2
Dockerfile
CHANGED
@@ -37,14 +37,17 @@ RUN ldconfig -v
|
|
37 |
|
38 |
WORKDIR /code
|
39 |
|
40 |
-
RUN git clone https://huggingface.co/zhongkaifu/mt_enu_chs
|
41 |
|
42 |
RUN mkdir -p /code/bin
|
43 |
RUN chmod 777 /code/bin
|
44 |
WORKDIR /code/bin
|
45 |
|
46 |
RUN cp -r /code/Seq2SeqSharp/Tools/SeqWebApps/bin/Release/net7.0/* .
|
47 |
-
RUN
|
|
|
|
|
|
|
48 |
|
49 |
RUN ls -la /code/mt_enu_chs
|
50 |
|
|
|
37 |
|
38 |
WORKDIR /code
|
39 |
|
40 |
+
#RUN git clone https://huggingface.co/zhongkaifu/mt_enu_chs
|
41 |
|
42 |
RUN mkdir -p /code/bin
|
43 |
RUN chmod 777 /code/bin
|
44 |
WORKDIR /code/bin
|
45 |
|
46 |
RUN cp -r /code/Seq2SeqSharp/Tools/SeqWebApps/bin/Release/net7.0/* .
|
47 |
+
RUN wget https://huggingface.co/zhongkaifu/mt_enu_chs/resolve/main/mt_enu_chs.model
|
48 |
+
RUN wget https://huggingface.co/zhongkaifu/mt_enu_chs/resolve/main/enuSpm.model
|
49 |
+
RUN wget https://huggingface.co/zhongkaifu/mt_enu_chs/resolve/main/cjkSpm.model
|
50 |
+
#RUN cp /code/mt_enu_chs/appsettings.json .
|
51 |
|
52 |
RUN ls -la /code/mt_enu_chs
|
53 |
|