zhongkaifu commited on
Commit
f4d18fb
·
1 Parent(s): d0fce4a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -7,6 +7,8 @@ WORKDIR /code
7
 
8
  COPY ./requirements.txt /code/requirements.txt
9
 
 
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
12
  RUN wget https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
 
7
 
8
  COPY ./requirements.txt /code/requirements.txt
9
 
10
+ RUN wget https://github.com/zhongkaifu/Seq2SeqSharp/releases/download/RELEASE_2_5_0/ReleasePackage_20220505.zip.001
11
+
12
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
13
 
14
  RUN wget https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb