Update dockerfile.
This commit is contained in:
parent
f87fc8bde5
commit
1f0e5d58eb
6
.github/workflows/docker_image_ci.yml
vendored
6
.github/workflows/docker_image_ci.yml
vendored
@ -1,6 +1,10 @@
|
||||
name: Docker image CI
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- setup_files/Dockerfile
|
||||
- setup_files/requirements.txt
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM python:3.11.3-slim-bullseye
|
||||
FROM python:3.12.0
|
||||
COPY ./requirements.txt /
|
||||
RUN apt-get update \
|
||||
&& apt-get install wget libgl1-mesa-glx libglib2.0-0 --no-install-recommends -y \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user