Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwhisk-runtime-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Groundhog
openwhisk-runtime-python
Commits
b5e672a4
Commit
b5e672a4
authored
6 years ago
by
Dragos Dascalita Haut
Browse files
Options
Downloads
Patches
Plain Diff
added natural language toolkit
parent
4572abea
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/python3AiAction/Dockerfile
+3
-3
3 additions, 3 deletions
core/python3AiAction/Dockerfile
core/python3AiAction/requirements.txt
+2
-0
2 additions, 0 deletions
core/python3AiAction/requirements.txt
with
5 additions
and
3 deletions
core/python3AiAction/Dockerfile
+
3
−
3
View file @
b5e672a4
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
core/python3AiAction/requirements.txt
+
2
−
0
View file @
b5e672a4
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment