mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore(builders): Fix a specific tag for our many linux base image
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM quay.io/pypa/manylinux_2_28_x86_64
|
||||
FROM quay.io/pypa/manylinux_2_28_x86_64:2022-11-19-1b19e81
|
||||
|
||||
# epel-release is for install ccache
|
||||
# clang is needed for rust bindings
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM quay.io/pypa/manylinux_2_28_x86_64
|
||||
FROM quay.io/pypa/manylinux_2_28_x86_64:2022-11-19-1b19e81
|
||||
|
||||
RUN dnf update -y
|
||||
RUN dnf install -y ninja-build hwloc-devel
|
||||
|
||||
Reference in New Issue
Block a user