Skip to content

Commit

Permalink
fixing warnings from tensorflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-johnson committed Aug 12, 2018
1 parent 690788b commit 609fc19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docker/Dockerfile
Expand Up @@ -210,6 +210,11 @@ RUN ls /opt/antinex/core/ \
&& chmod 777 /opt/antinex/core/docker/jupyter/start-container.sh \
&& chmod 777 /opt/antinex/core/run-antinex-core.sh

RUN echo "Downgrading numpy and setuptools for tensorflow" \
&& . /opt/venv/bin/activate \
&& pip install --upgrade numpy==1.14.5 \
&& pip install --upgrade setuptools==39.1.0

ENV PIPELINE_PROCESSOR_SCRIPT /opt/antinex/pipeline/network_pipeline/scripts/packets_redis.py
ENV JUPYTER_START_SCRIPT /opt/antinex/core/docker/jupyter/start-container.sh
ENV NO_DB_WORKER_START_SCRIPT /opt/antinex/core/run-antinex-core.sh
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -87,7 +87,7 @@ def run_tests(self):
setup(
name="antinex-core",
cmdclass={"test": PyTest},
version="1.3.6",
version="1.3.7",
description=(
"AntiNex publisher-subscriber core for processing "
"training and prediction requests for deep neural "
Expand Down

0 comments on commit 609fc19

Please sign in to comment.