Spaces:
Sleeping
Sleeping
zhongkaifu
commited on
Commit
·
37f9e3e
1
Parent(s):
5e6697e
Update Dockerfile
Browse files- Dockerfile +6 -1
Dockerfile
CHANGED
@@ -19,13 +19,18 @@ RUN apt-get install -y aspnetcore-runtime-7.0
|
|
19 |
|
20 |
RUN git clone https://github.com/zhongkaifu/Seq2SeqSharp.git
|
21 |
RUN cd Seq2SeqSharp
|
22 |
-
RUN dotnet build Seq2SeqSharp.sln --
|
23 |
|
24 |
RUN cd ..
|
25 |
RUN mkdir bin
|
26 |
RUN cd bin
|
27 |
RUN cp -r ../Seq2SeqSharp/Tools/Seq2SeqConsole/bin/* .
|
28 |
RUN ls -la
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
|
31 |
COPY . .
|
|
|
19 |
|
20 |
RUN git clone https://github.com/zhongkaifu/Seq2SeqSharp.git
|
21 |
RUN cd Seq2SeqSharp
|
22 |
+
RUN dotnet build Seq2SeqSharp.sln --configuration Release
|
23 |
|
24 |
RUN cd ..
|
25 |
RUN mkdir bin
|
26 |
RUN cd bin
|
27 |
RUN cp -r ../Seq2SeqSharp/Tools/Seq2SeqConsole/bin/* .
|
28 |
RUN ls -la
|
29 |
+
RUN cd ..
|
30 |
+
RUN git lfs install
|
31 |
+
RUN git clone https://huggingface.co/zhongkaifu/mt_enu_chs
|
32 |
+
RUN ls -la
|
33 |
+
|
34 |
|
35 |
|
36 |
COPY . .
|