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 c93cd7e commit 180d283Copy full SHA for 180d283
docker/Dockerfile
@@ -34,8 +34,6 @@ RUN apt-get update -qq && apt-get install -y --no-install-recommends \
34
cmake \
35
git \
36
file \
37
-# curl for installing pixi
38
- curl \
39
# FANS dependencies \
40
libhdf5-dev \
41
libopenmpi-dev \
@@ -49,8 +47,6 @@ RUN apt-get update -qq && apt-get install -y --no-install-recommends \
49
47
&& apt-get autoremove --purge -y \
50
48
&& rm -rf /var/lib/apt/lists/*
51
52
-RUN curl -fsSL https://pixi.sh/install.sh | sh
53
-
54
################################################################################
55
56
FROM fans_ci AS fans_dev
0 commit comments