Skip to content

Commit

Permalink
FIX: Name
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Aug 26, 2024
1 parent fcbbeb7 commit 98e88bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ RUN conda install --yes \
s3fs \
matplotlib-base \
scikit-learn \
numba \
nilearn \
dipy \
h5io \
&& conda clean -tipy \
&& find /opt/conda/ -type f,l -name '*.a' -delete \
&& find /opt/conda/ -type f,l -name '*.pyc' -delete \
Expand Down
2 changes: 1 addition & 1 deletion base/Dockerfile.plot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# TODO: Instead of qt6-default we should just install what's needed for Qt6
USER root
RUN apt-get update && \
apt-get install -y xvfb qt6-default && \
apt-get install -y xvfb qt6-base-dev && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get install -yq --no-install-recommends \
xvfb \
x11-utils \
libx11-dev \
qt6-default \
qt6-base-dev \
&& apt-get clean

ENV DISPLAY=:99
Expand Down

0 comments on commit 98e88bd

Please sign in to comment.