Skip to content

Commit

Permalink
ci: python version change in video dockerfile (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya authored Feb 8, 2024
1 parent 37e768a commit aafde1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/Dockerfile.vid_vec_rep_resnet
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim@sha256:637774748f62b832dc11e7b286e48cd716727ed04b45a0322776c01bc526afc3 AS base
FROM python:3.11-slim-bullseye AS base
RUN apt-get update \
&& apt-get -y upgrade \
&& apt-get install -y \
Expand Down

0 comments on commit aafde1c

Please sign in to comment.