Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pluflou authored Feb 8, 2024
1 parent 2e0d96b commit e55513e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdt_dask/clients/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <YOUR_IMAGE_NAME> .```
Expand Down

0 comments on commit e55513e

Please sign in to comment.