Skip to content

Commit 180d283

Browse files
committed
Remove the pixi install command from the Docker recipe as pixi is now set up in the Action workflow
1 parent c93cd7e commit 180d283

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ RUN apt-get update -qq && apt-get install -y --no-install-recommends \
3434
cmake \
3535
git \
3636
file \
37-
# curl for installing pixi
38-
curl \
3937
# FANS dependencies \
4038
libhdf5-dev \
4139
libopenmpi-dev \
@@ -49,8 +47,6 @@ RUN apt-get update -qq && apt-get install -y --no-install-recommends \
4947
&& apt-get autoremove --purge -y \
5048
&& rm -rf /var/lib/apt/lists/*
5149

52-
RUN curl -fsSL https://pixi.sh/install.sh | sh
53-
5450
################################################################################
5551

5652
FROM fans_ci AS fans_dev

0 commit comments

Comments
 (0)