Skip to content

Commit 53530ea

Browse files
author
JWittmeyer
committed
Adds changed requirements for exec env
1 parent 9cc0703 commit 53530ea

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ RUN apt-get update && \
77
COPY submodules/parent-images/requirements/mini-requirements.txt .
88
COPY submodules/parent-images/requirements/exec-env-requirements.txt .
99

10-
RUN pip install --no-cache-dir -r exec-env-requirements.txt
10+
RUN pip install --no-cache-dir -r exec-env-requirements.txt
11+
12+
# RUN python3 -m nltk.downloader all # all size of ~3.5 GB
13+
# partial download only ~100 MB
14+
RUN python3 -m nltk.downloader words stopwords wordnet omw-1.4 brown punkt

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
VERSION=v1.6.0
3+
VERSION=v1.7.0
44

55
docker build -t kernai/refinery-parent-images:$VERSION-exec-env -f Dockerfile .

0 commit comments

Comments
 (0)