Skip to content

Commit 9374f55

Browse files
committed
Added instructions on how to use Dockerfile
1 parent 9ac3124 commit 9374f55

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

utils/Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
##### INSTRUCTIONS TO USE #####
2+
# Move this to the base directory of the repo
3+
# before using Docker to build the container.
4+
# This file was moved into `utils/`
5+
# because it was overriding the original
6+
# conda environment-based build using `environment.yml`.
7+
##### END INSTRUCTIONS #####
8+
19
# Base image: miniconda3
210
FROM continuumio/miniconda3
311

0 commit comments

Comments
 (0)