the-full-stack / conda-piptools

Quick demo of setting up a deep learning Python environment using conda and pip-tools.
38 stars 8 forks source link

Conda + Pip-Tools Sample Project

Quick demo of setting up a deep learning Python environment.

Our goals:

We achieve this by:

Try it out by running docker run --rm -vpwd:/var/task -it continuumio/miniconda /bin/bash, and then in the container:

apt-get install make
cd /var/task
make

This will set up the environment.

Don't forget to activate it by running conda activate conda-piptools-sample-project!