We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f14e47 commit 6dead73Copy full SHA for 6dead73
3 files changed
Dockerfile
@@ -21,7 +21,8 @@ RUN apt-get update && apt-get upgrade -y && \
21
apt-get install -y \
22
apt-utils lsb-release software-properties-common gnupg git \
23
vim-gtk3 wget p7zip-full ninja-build curl jq pkg-config ssh \
24
- build-essential gdb htop tmux ttf-mscorefonts-installer && \
+ build-essential gdb htop tmux ttf-mscorefonts-installer kmod \
25
+ libssl-dev && \
26
fc-cache -f -v
27
28
# Vcpkg, Cmake, LLVM
scripts/.image-configs.sh
@@ -1,4 +1,4 @@
1
-IMAGE_VERSION=2.1.0
+IMAGE_VERSION=2.1.1
2
TORCH_VERSION=2.7.0
3
CUDA_VERSION=12.6.0
4
UBUNTU_VERSION=24.04
scripts/run-tmp.sh
0 commit comments