Skip to content

Commit

Permalink
adding the deploy-to-kubernetes repo into the container
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-johnson committed Jul 25, 2018
1 parent fa991a3 commit 389a9de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docker/Dockerfile
Expand Up @@ -93,6 +93,7 @@ RUN echo "cloning repos" \
&& git clone https://github.com/jay-johnson/antinex-utils.git /opt/antinex/utils \
&& git clone https://github.com/jay-johnson/antinex-datasets.git /opt/antinex/antinex-datasets \
&& git clone https://github.com/jay-johnson/network-pipeline-datasets.git /opt/antinex/datasets \
&& git clone https://github.com/jay-johnson/deploy-to-kubernetes.git /opt/deploy-to-kubernetes \
&& git clone https://github.com/jay-johnson/spylunking.git /opt/spylunking \
&& chmod 775 \
/opt/antinex/api \
Expand All @@ -102,6 +103,7 @@ RUN echo "cloning repos" \
/opt/antinex/utils \
/opt/antinex/antinex-datasets \
/opt/antinex/datasets \
/opt/deploy-to-kubernetes \
/opt/spylunking

RUN echo "checking repos in container" \
Expand All @@ -112,6 +114,7 @@ RUN echo "checking repos in container" \
&& ls -l /opt/antinex/utils \
&& ls -l /opt/antinex/antinex-datasets \
&& ls -l /opt/antinex/datasets \
&& ls -l /opt/deploy-to-kubernetes \
&& ls -l /opt/spylunking

RUN echo "installing python logger with splunk support" \
Expand Down Expand Up @@ -254,6 +257,7 @@ RUN find /opt/antinex/pipeline -type d -exec chmod 777 {} \;
RUN find /opt/antinex/utils -type d -exec chmod 777 {} \;
RUN find /opt/antinex/antinex-datasets -type d -exec chmod 777 {} \;
RUN find /opt/antinex/datasets -type d -exec chmod 777 {} \;
RUN find /opt/deploy-to-kubernetes -type d -exec chmod 777 {} \;
RUN find /opt/spylunking -type d -exec chmod 777 {} \;
RUN find /opt/venv -type d -exec chmod 777 {} \;
RUN find /var/log -type d -exec chmod 777 {} \;
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.0",
version="1.3.1",
description=(
"AntiNex publisher-subscriber core for processing "
"training and prediction requests for deep neural "
Expand Down

0 comments on commit 389a9de

Please sign in to comment.