Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2025-HPDC/docker/Dockerfile.caliper
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0

# FROM ubuntu:noble
FROM fluxrm/flux-sched:noble
FROM fluxrm/flux-sched:jammy

# ubuntu:noble added a new 'ubuntu' user in the container.
# Get rid of it!
Expand Down
3 changes: 2 additions & 1 deletion 2025-HPDC/docker/Dockerfile.spawn
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RUN . /opt/global_py_venv/bin/activate && \
# Needed for some viz in thicket-tutorial
python3 -m pip install plotly[express] && \
python3 -m pip install -r /requirements.txt && \
python3 -m pip install ipython==7.34.0 ipykernel==6.25.1 && \
# Covered in requirements.txt, so shouldn't be needed here
# python3 -m pip install ipython==7.34.0 ipykernel==6.25.1 && \
python3 -m IPython kernel install

RUN chmod -R 777 ~/ ${HOME}
Expand Down
Loading