Skip to content

Commit

Permalink
Revert "Don't use "noble" - trying to be more generic"
Browse files Browse the repository at this point in the history
This reverts commit 8a17ae7.
  • Loading branch information
znmeb committed Sep 14, 2024
1 parent 8a17ae7 commit 69077e5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions source_code/0_host_recreate_container_noble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ echo "COMPUTE_MODE: $COMPUTE_MODE"
echo ""
echo "Setting environment variables"
export DBX_CONTAINER_IMAGE="docker.io/library/ubuntu:24.04"
export DBX_CONTAINER_NAME="EMT-$COMPUTE_MODE"
export DBX_CONTAINER_NAME="Noble-EMT-$COMPUTE_MODE"
export DBX_CONTAINER_HOME_PREFIX="$HOME/dbx-homes"
export DBX_CONTAINER_DIRECTORY="$DBX_CONTAINER_HOME_PREFIX/$DBX_CONTAINER_NAME"
export DBX_CONTAINER_HOSTNAME="EMT-$COMPUTE_MODE"
export DBX_CONTAINER_HOSTNAME="Noble-EMT-$COMPUTE_MODE"

echo ""
echo "Removing any existing distrobox container $DBX_CONTAINER_NAME"
Expand Down
2 changes: 1 addition & 1 deletion source_code/2_do_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

for option in \
apt_music_packages \
noble_music_packages \
miniAudicle_from_source \
RStudio_Server \
JupyterLab
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rm -f Logs/*
touch Logs/.gitkeep

for script in \
1_apt_music_packages.sh
1_noble_music_packages.sh
do
./$script
done
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

echo "Defining LOGFILE"
export LOGFILE=Logs/1_apt_music_packages.log
export LOGFILE=Logs/1_noble_music_packages.log

echo ""
echo ""
Expand Down

0 comments on commit 69077e5

Please sign in to comment.