ollama gpu updates to fedora kinoite
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 38m58s
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 38m58s
This commit is contained in:
@@ -3,13 +3,14 @@
|
||||
# Build latest image
|
||||
podman pull quay.io/toolbx/arch-toolbox:latest
|
||||
podman build \
|
||||
-t gitea.reeseapps.com/services/arch-toolbox:debug \
|
||||
-t gitea.reeseapps.com/services/arch-toolbox:latest \
|
||||
-f ./infrastructure/graduated/fedora/arch.containerfile
|
||||
# Stop the current arch toolbox
|
||||
podman container stop arch-toolbox-latest
|
||||
podman container stop arch-toolbox-debug
|
||||
# Remove the old container
|
||||
podman container rm arch-toolbox-latest
|
||||
podman container rm arch-toolbox-debug
|
||||
# Start with the new image
|
||||
toolbox create -i gitea.reeseapps.com/services/arch-toolbox:debug
|
||||
|
||||
podman build \
|
||||
-t gitea.reeseapps.com/services/arch-toolbox-amdgpu:latest \
|
||||
-f ./infrastructure/graduated/fedora/arch-amdgpu.containerfile
|
||||
|
||||
echo "podman container stop arch-toolbox-latest"
|
||||
echo "podman container rm arch-toolbox-latest"
|
||||
echo "toolbox create -i gitea.reeseapps.com/services/arch-toolbox-amdgpu:latest"
|
||||
echo "toolbox create -i gitea.reeseapps.com/services/arch-toobolx"
|
||||
Reference in New Issue
Block a user