Skip to content

Commit c8b4611

Browse files
author
Tristen Harr
committed
update to get torch to work
1 parent c65fb03 commit c8b4611

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This changelog documents the changes between release versions.
44
## [Unreleased]
55
Changes to be included in the next upcoming release
66

7+
## [0.0.33] - 2024-07-29
8+
* Switch base image to Python 3.10 to get more libraries
9+
710
## [0.0.32] - 2024-07-29
811
* Fix scripts and base image to use bash instead of sh
912

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11
1+
FROM python:3.10
22

33
# Install curl for healthcheck
44
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)