Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Add backward compatibility for old school shogun modules
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed Mar 10, 2017
1 parent 0c67669 commit c089e1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/cloud/Dockerfile
Expand Up @@ -11,7 +11,8 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3DD2174ACA
RUN apt-get update
RUN apt-get install -y --no-install-recommends python-shogun
RUN ln -s /usr/lib/python2.7/dist-packages/modshogun.py /opt/conda/envs/python2/lib/python2.7/modshogun.py && \
ln -s /usr/lib/python2.7/dist-packages/_modshogun.so /opt/conda/envs/python2/lib/python2.7/_modshogun.so
ln -s /usr/lib/python2.7/dist-packages/_modshogun.so /opt/conda/envs/python2/lib/python2.7/_modshogun.so && \
ln -s /usr/lib/python2.7/dist-packages/shogun /opt/conda/envs/python2/lib/python2.7/shogun

# fetch juptyerhub-singleuser entrypoint
RUN wget -q https://raw.githubusercontent.com/jupyterhub/jupyterhub/0.6.1/scripts/jupyterhub-singleuser -O /usr/local/bin/jupyterhub-singleuser && \
Expand Down

0 comments on commit c089e1a

Please sign in to comment.