Skip to content

Commit 6dead73

Browse files
committed
Update to v2.1.1
1 parent 2f14e47 commit 6dead73

3 files changed

Lines changed: 3 additions & 20 deletions

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ RUN apt-get update && apt-get upgrade -y && \
2121
apt-get install -y \
2222
apt-utils lsb-release software-properties-common gnupg git \
2323
vim-gtk3 wget p7zip-full ninja-build curl jq pkg-config ssh \
24-
build-essential gdb htop tmux ttf-mscorefonts-installer && \
24+
build-essential gdb htop tmux ttf-mscorefonts-installer kmod \
25+
libssl-dev && \
2526
fc-cache -f -v
2627

2728
# Vcpkg, Cmake, LLVM

scripts/.image-configs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
IMAGE_VERSION=2.1.0
1+
IMAGE_VERSION=2.1.1
22
TORCH_VERSION=2.7.0
33
CUDA_VERSION=12.6.0
44
UBUNTU_VERSION=24.04

scripts/run-tmp.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)