Skip to content
Snippets Groups Projects
Commit b5e672a4 authored by Dragos Dascalita Haut's avatar Dragos Dascalita Haut
Browse files

added natural language toolkit

parent 4572abea
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,6 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
RUN apt-cache search linux-headers-generic
COPY requirements.txt requirements.txt
RUN pip3 install --upgrade pip six && pip3 install --no-cache-dir -r requirements.txt
# PyTorch
RUN pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp35-cp35m-linux_x86_64.whl \
&& pip3 install torchvision==0.2.1
......@@ -48,6 +45,9 @@ RUN pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp35-cp35m-linu
# libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libhdf5-serial-dev protobuf-compiler \
# && apt-get install -y --no-install-recommends libboost-all-dev
COPY requirements.txt requirements.txt
RUN pip3 install --upgrade pip six && pip3 install --no-cache-dir -r requirements.txt
RUN mkdir -p /actionProxy
ADD https://raw.githubusercontent.com/apache/incubator-openwhisk-runtime-docker/dockerskeleton%401.3.3/core/actionProxy/actionproxy.py /actionProxy/actionproxy.py
......
......@@ -20,3 +20,5 @@ keras == 2.2.2
opencv-contrib-python == 3.4.2.17
Cython == 0.28.5
tools == 0.1.9
nltk == 3.3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment