Spaces:
Sleeping
Sleeping
zhongkaifu
commited on
Commit
·
06da822
1
Parent(s):
7c485e3
Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -13,10 +13,13 @@ RUN wget https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-p
|
|
13 |
RUN dpkg -i packages-microsoft-prod.deb
|
14 |
RUN rm packages-microsoft-prod.deb
|
15 |
|
|
|
|
|
16 |
RUN apt-get update
|
17 |
RUN apt-get install -y dotnet-sdk-7.0
|
18 |
RUN apt-get install -y aspnetcore-runtime-7.0
|
19 |
RUN apt-get install -y cmake
|
|
|
20 |
|
21 |
RUN git clone https://github.com/zhongkaifu/Seq2SeqSharp.git
|
22 |
WORKDIR /code/Seq2SeqSharp
|
@@ -33,6 +36,7 @@ RUN make install
|
|
33 |
RUN ldconfig -v
|
34 |
|
35 |
WORKDIR /code
|
|
|
36 |
RUN git clone https://huggingface.co/zhongkaifu/mt_enu_chs
|
37 |
|
38 |
RUN mkdir -p /code/bin
|
|
|
13 |
RUN dpkg -i packages-microsoft-prod.deb
|
14 |
RUN rm packages-microsoft-prod.deb
|
15 |
|
16 |
+
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh
|
17 |
+
|
18 |
RUN apt-get update
|
19 |
RUN apt-get install -y dotnet-sdk-7.0
|
20 |
RUN apt-get install -y aspnetcore-runtime-7.0
|
21 |
RUN apt-get install -y cmake
|
22 |
+
RUN apt-get install -y git-lfs
|
23 |
|
24 |
RUN git clone https://github.com/zhongkaifu/Seq2SeqSharp.git
|
25 |
WORKDIR /code/Seq2SeqSharp
|
|
|
36 |
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
|