Closed jejjohnson closed 4 years ago
Preliminary steps towards docker.
Dockerfile
environment.yml
environment_dev.yml
conda
.gitignore
.pkl
.png
Everything was tested with the example.py script.
example.py
Tests passed, looks good. Thanks @jejjohnson! 🎉
Preliminary steps towards docker.
Dockerfile
that is constructed and uploaded to gcp.environment.yml
andenvironment_dev.yml
files to be used for the users and dockers when creating the environments usingconda
..gitignore
file to not save the.pkl
files and.png
files.Everything was tested with the
example.py
script.