We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51e0f9 commit ce51e65Copy full SHA for ce51e65
.github/workflows/BuildDocker.yml
@@ -23,6 +23,7 @@ jobs:
23
with:
24
context: .
25
file: Container/Dockerfile
26
+ platforms: linux/amd64,linux/arm64
27
push: true
- # JUNGVI: If you operate from a fork and want to build a new docker make sure to replace 'pulp-platform' by your uname.
28
- tags: ghcr.io/pulp-platform/deepquant:main
+ # JUNGVI: If you operate from a fork and want to build a new docker make sure to replace 'pulp-platform' by your uname.
29
+ tags: ghcr.io/pulp-platform/deepquant:wiesep-dev
Container/Dockerfile
@@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
5
git \
6
curl \
7
ca-certificates \
8
+ cmake \
9
&& rm -rf /var/lib/apt/lists/*
10
11
WORKDIR /app
0 commit comments