pin 3.12.7
Browse files- Dockerfile +1 -1
- public/instructions.py +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM jupyter/base-notebook:
|
2 |
|
3 |
RUN mamba install -c conda-forge leafmap geopandas localtileserver -y && \
|
4 |
fix-permissions "${CONDA_DIR}" && \
|
|
|
1 |
+
FROM jupyter/base-notebook:python-3.12.7
|
2 |
|
3 |
RUN mamba install -c conda-forge leafmap geopandas localtileserver -y && \
|
4 |
fix-permissions "${CONDA_DIR}" && \
|
public/instructions.py
CHANGED
@@ -113,7 +113,7 @@ def AltInstructions():
|
|
113 |
* For long running jobs or to use your own compute resources the application can be run locally instead, once you have duplicated the space.
|
114 |
![](https://huggingface.co/spaces/romero61/USRA-STI/resolve/main/public/clone.png)
|
115 |
|
116 |
-
* This solution is dependent on installing the required libraries, the instructions can be found under
|
117 |
|
118 |
* This will still require an Earth Engine account and creating an environment variable EEPRIVATE_KEY. This will be dependent on individual systems and require users to determine exactly how this is done on their system. Development of the app used VSCode terminal command ~/.bash_profile to open file and set variable.
|
119 |
|
|
|
113 |
* For long running jobs or to use your own compute resources the application can be run locally instead, once you have duplicated the space.
|
114 |
![](https://huggingface.co/spaces/romero61/USRA-STI/resolve/main/public/clone.png)
|
115 |
|
116 |
+
* This solution is dependent on installing the required libraries, the instructions can be found under "Libaries" panel below.
|
117 |
|
118 |
* This will still require an Earth Engine account and creating an environment variable EEPRIVATE_KEY. This will be dependent on individual systems and require users to determine exactly how this is done on their system. Development of the app used VSCode terminal command ~/.bash_profile to open file and set variable.
|
119 |
|