We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd401d commit 8569f70Copy full SHA for 8569f70
Dockerfile
@@ -3,8 +3,8 @@
3
4
# First we choose the base image. For more info, see:
5
# 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
+FROM waggle/plugin-base:1.1.0-ml-cuda11.0-amd64
+# FROM python:3.9
8
9
# Now we include the Python requirements.txt file and install any missing dependencies.
10
COPY requirements.txt .
requirements.txt
@@ -1,5 +1,5 @@
1
# Required Waggle Python modules
2
-https://github.com/waggle-sensor/pywaggle/archive/refs/tags/v0.41.0.zip
+https://github.com/waggle-sensor/pywaggle/archive/refs/tags/0.43.1.zip
# Custom Python modules. Please add your requirements below.
numpy
0 commit comments