Skip to content

Commit

Permalink
Merge pull request #282 from jonmcoe/patch-1
Browse files Browse the repository at this point in the history
pin miniconda3 to 24.1.2-0 in torchserve Dockerfile
  • Loading branch information
hjessmith committed Apr 25, 2024
2 parents f13a144 + 461fe94 commit a738c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchserve/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.2

FROM continuumio/miniconda3
FROM continuumio/miniconda3:24.1.2-0

# install os dependencies
RUN mkdir -p /usr/share/man/man1
Expand Down

0 comments on commit a738c86

Please sign in to comment.