Skip to content

Commit 8569f70

Browse files
changed base image back to plugin-base:1.1.0-ml-cuda11.0-amd64. need to find right base for multiple platforms.
1 parent 5dd401d commit 8569f70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
# First we choose the base image. For more info, see:
55
# https://github.com/waggle-sensor/plugin-base-images
6-
# FROM waggle/plugin-base:1.1.0-ml-cuda11.0-amd64
7-
FROM python:3.9
6+
FROM waggle/plugin-base:1.1.0-ml-cuda11.0-amd64
7+
# FROM python:3.9
88

99
# Now we include the Python requirements.txt file and install any missing dependencies.
1010
COPY requirements.txt .

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Required Waggle Python modules
2-
https://github.com/waggle-sensor/pywaggle/archive/refs/tags/v0.41.0.zip
2+
https://github.com/waggle-sensor/pywaggle/archive/refs/tags/0.43.1.zip
33

44
# Custom Python modules. Please add your requirements below.
55
numpy

0 commit comments

Comments
 (0)