From e55513e2cbb3835b24d75fc3b24d8697941ac2c0 Mon Sep 17 00:00:00 2001 From: "Sara A. Miskovich" Date: Thu, 8 Feb 2024 13:23:23 -0800 Subject: [PATCH] Update README.md --- sdt_dask/clients/aws/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdt_dask/clients/aws/README.md b/sdt_dask/clients/aws/README.md index a3524f78..87bccdbd 100644 --- a/sdt_dask/clients/aws/README.md +++ b/sdt_dask/clients/aws/README.md @@ -43,7 +43,7 @@ If you have additional dependencies, install them as well (both Docker image and ## Docker Image 1. Install your python requirements and all dependencies as steps in your dockerfile. - Here's a sample dockerfile with solar-data-tools dependencies and all the packages listed above: [link](Dockerfile). (To create a ```requirements.txt``` file that works with pip in Docker from a conda env, you can install pip in your conda env, then run ```pip list --format=freeze > requirements.txt```). + Here's a sample dockerfile with solar-data-tools dependencies and all the packages listed above: [link](Dockerfile). 2. Build a docker image 1. Go to the directory where your Dockerfile is 2. ```docker build -t .```