Skip to content

Commit

Permalink
Merge pull request #35 from Monadical-SAS/fix-release-v0.1.1
Browse files Browse the repository at this point in the history
Fix cuda version in nvidia docker base image - release v1.0.1
  • Loading branch information
afreydev authored Jul 6, 2023
2 parents de3b173 + 996b35e commit c0e6b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morpheus-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILD_ENV="no_copy"
FROM nvidia/cuda:11.7.0-base-ubuntu22.04 as base
FROM nvidia/cuda:11.7.1-base-ubuntu22.04 as base

# Configuration defaults
ENV API_ROOT "/opt/api"
Expand Down

0 comments on commit c0e6b4b

Please sign in to comment.