-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update all the images - bump the base image - new jupyter-server-proxy - simplify gpu images * removed requirements.txts * fixup torch * updated qgis build * fixup * fixup qgis
- Loading branch information
Tom Augspurger
authored
Mar 20, 2024
1 parent
7af7f59
commit 3d34e88
Showing
21 changed files
with
2,491 additions
and
2,033 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
# Default ACR | ||
ACR_NAME?=pcccr | ||
TAG?=latest | ||
|
||
%/conda-linux-64.lock: %/environment.yml | ||
cd $(dir $<); \ | ||
conda-lock --mamba --kind=explicit -p linux-64 -f environment.yml | ||
|
||
|
||
build-python: | ||
az acr build -r $(ACR_NAME) -t planetary-computer/python:latest -t planetary-computer/python:$(TAG) python | ||
|
||
build-gpu-pytorch: | ||
az acr build -r $(ACR_NAME) -t planetary-computer/gpu-pytorch:latest -t planetary-computer/gpu-pytorch:$(TAG) gpu-pytorch | ||
|
||
build-gpu-tensorflow: | ||
az acr build -r $(ACR_NAME) -t planetary-computer/gpu-tensorflow:latest -t planetary-computer/gpu-tensorflow:$(TAG) gpu-tensorflow | ||
|
||
build-qgis: | ||
az acr build -r $(ACR_NAME) -t planetary-computer/qgis:latest -t planetary-computer/qgis:$(TAG) qgis | ||
|
||
build-r: | ||
az acr build -r $(ACR_NAME) -t planetary-computer/r:latest -t planetary-computer/r:$(TAG) r |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM pangeo/base-image:2022.09.21 | ||
FROM pangeo/base-image:2024.03.13 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM pangeo/base-image:2022.09.21 | ||
FROM pangeo/base-image:2024.03.13 |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.