diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-27 20:57:51 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-27 20:57:51 +0200 |
| commit | 95788a924ec981b3a71d22df7490a863204d9e91 (patch) | |
| tree | ecf274f689632bcf12ede69319b5595de6b74443 /python | |
| parent | 5cce35f75ba8b42ecbc3debebbe6db7503500753 (diff) | |
| download | vaindock-95788a924ec981b3a71d22df7490a863204d9e91.tar.gz vaindock-95788a924ec981b3a71d22df7490a863204d9e91.zip | |
(wip) rework containers for 2.0
Diffstat (limited to 'python')
| -rw-r--r-- | python/Dockerfile | 23 | ||||
| -rw-r--r-- | python/requirements.txt | 13 |
2 files changed, 0 insertions, 36 deletions
diff --git a/python/Dockerfile b/python/Dockerfile deleted file mode 100644 index ef16764..0000000 --- a/python/Dockerfile +++ /dev/null @@ -1,23 +0,0 @@ -FROM python:3.6 -ADD requirements.txt / - -RUN apt-get update && apt-get install -y --no-install-recommends \ - build-essential \ - curl \ - libfreetype6-dev \ - libpng12-dev \ - libzmq3-dev \ - pkg-config \ - rsync \ - software-properties-common \ - unzip \ - && \ - apt-get clean && \ - rm -rf /var/lib/apt/lists/* - -RUN pip --no-cache-dir install numpy - -RUN pip install -r /requirements.txt -#RUN pip install tensorflow==1.0.1 -RUN pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.1-cp36-cp36m-linux_x86_64.whl -CMD ["python3", "/apps/api/api.py"] diff --git a/python/requirements.txt b/python/requirements.txt deleted file mode 100644 index 7eb6f20..0000000 --- a/python/requirements.txt +++ /dev/null @@ -1,13 +0,0 @@ -aiohttp==1.2.0 -appdirs==1.4.0 -async-timeout==1.1.0 -chardet==2.3.0 -multidict==2.1.4 -packaging==16.8 -pyparsing==2.1.10 -six==1.10.0 -yarl==0.9.0 -asyncpg==0.9.0 -numpy==1.12.0 -protobuf==3.2.0 -psycopg2==2.7 |
