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
1 change: 0 additions & 1 deletion Containerfile-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN dnf install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs \
python3.12 python3.12-devel python3.12-pip libcudnn9 libnccl libcusparselt0 && \
dnf clean all
RUN ln -sf /usr/bin/python3.12 /usr/bin/python
ENV LD_LIBRARY_PATH=/usr/local/cuda-12/compat:$LD_LIBRARY_PATH

# Install asciidoctor
RUN dnf install -y rubygems && \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ name = "pytorch-cpu"
url = "https://download.pytorch.org/whl/cpu"
explicit = true
[tool.uv.sources]
torchvision = [{ index = "pytorch-cpu" }]
torch = [{ index = "pytorch-cpu" }]

[dependency-groups]
dev = [
Expand Down
220 changes: 45 additions & 175 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.