Spaces:
Sleeping
Sleeping
zhongkaifu
commited on
Commit
·
60ce03d
1
Parent(s):
e524ff3
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ RUN rm packages-microsoft-prod.deb
|
|
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 cmake
|
20 |
|
21 |
RUN git clone https://github.com/zhongkaifu/Seq2SeqSharp.git
|
22 |
WORKDIR /code/Seq2SeqSharp
|
|
|
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
|