From 3b3f19c4648dfce3fe96dd567cd48322ef0f31c1 Mon Sep 17 00:00:00 2001 From: Yongho Kim Date: Tue, 21 Sep 2021 12:33:36 -0500 Subject: [PATCH 1/2] Updated PyWaggle to 0.46.2; Added amd64 arch --- Dockerfile | 2 +- requirements.txt | 2 +- sage.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 777f9eb..bc7207a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM waggle/plugin-base:1.1.1-ml-cuda10.2-l4t +FROM waggle/plugin-base:1.1.1-ml COPY requirements.txt /app/ RUN pip3 install --no-cache-dir -r /app/requirements.txt diff --git a/requirements.txt b/requirements.txt index 8acca23..dfe1c32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ git+https://github.com/sagecontinuum/sage-cli.git -https://github.com/waggle-sensor/pywaggle/archive/0.43.2.zip +waggle[all] @ https://github.com/waggle-sensor/pywaggle/releases/download/0.46.2/waggle-0.46.2-py3-none-any.whl diff --git a/sage.yaml b/sage.yaml index f5abd0d..f5e306a 100644 --- a/sage.yaml +++ b/sage.yaml @@ -9,6 +9,7 @@ keywords: "machine learning, U-Net, image segmentation, cloud coverage, ground-b source: architectures : - "linux/arm64" + - "linux/amd64" url: "https://github.com/nconrad/plugin-cloudcover-unet.git" build_args: SAGE_STORE_URL: "https://osn.sagecontinuum.org" From 15b941746fb600fced633f1675d86f6d702a5622 Mon Sep 17 00:00:00 2001 From: Yongho Kim Date: Tue, 21 Sep 2021 12:35:29 -0500 Subject: [PATCH 2/2] Changed version of plugin in sage.yaml --- sage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sage.yaml b/sage.yaml index f5e306a..d2b930e 100644 --- a/sage.yaml +++ b/sage.yaml @@ -1,6 +1,6 @@ name: "cloudcover-unet" description: "U-Net Cloud Coverage Estimator" -version : "0.0.0" +version : "0.0.1" namespace: "sage" authors: "Seongha Park " license: "MIT license"