We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368093f commit 1545a51Copy full SHA for 1545a51
1 file changed
README.md
@@ -79,7 +79,7 @@ Run the following lines to build the docker image locally:
79
```
80
cd earth-analytics-python-env
81
docker build -t earthlab/earth-analytics-python-env .
82
-docker run -it -p 8888:8888 earthlab/earth-analytics
+docker run -it -p 8888:8888 earthlab/earth-analytics-python-env
83
84
85
0 commit comments