Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion sage.yaml
Original file line number Diff line number Diff line change
@@ -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 <seongha.park@anl.gov>"
license: "MIT license"
Expand All @@ -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"
Expand Down