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:
@@ -16,7 +16,7 @@ EOF
|
||||
# Set the architecture for Pacman manually to x86_64 since automatic detection might not work properly.
|
||||
RUN sed -i 's/^Architecture = auto/Architecture = x86_64/' /etc/pacman.conf
|
||||
|
||||
# Sync repository databases and perform an upgrade of all installed packages without asking for confirmation.
|
||||
# Sync repository databases.
|
||||
RUN pacman -Sy --noconfirm
|
||||
|
||||
# Install a variety of commonly used tools and utilities using Pacman.
|
||||
@@ -84,7 +84,9 @@ RUN pacman -S --noconfirm \
|
||||
# Visual Studio Code editor
|
||||
code \
|
||||
# Python static type checker and code formatter.
|
||||
ruff
|
||||
ruff \
|
||||
# Generate strong passwords.
|
||||
pwgen
|
||||
|
||||
########################
|
||||
##### Extra Apps #####
|
||||
@@ -93,11 +95,6 @@ RUN pacman -S --noconfirm \
|
||||
# Install UV, a tool for managing Python environments.
|
||||
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
|
||||
# Install Ollama, an AI language model application.
|
||||
RUN curl -L https://ollama.com/download/ollama-linux-amd64.tgz -o ollama-linux-amd64.tgz && \
|
||||
tar -C /usr -xzf ollama-linux-amd64.tgz && \
|
||||
rm ollama-linux-amd64.tgz
|
||||
|
||||
# Install AWS CLI version 2.
|
||||
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
|
||||
unzip -qq awscliv2.zip && \
|
||||
|
||||
Reference in New Issue
Block a user