Skip to content

Commit

Permalink
Upgrade docker to use rust 1.75 and ubuntu 22.04 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair authored Feb 15, 2024
1 parent 9bcd437 commit 2733289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Rust builder
FROM lukemathwalker/cargo-chef:latest-rust-1.74 AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.75 AS chef
WORKDIR /usr/src

ARG CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
Expand Down Expand Up @@ -154,7 +154,7 @@ COPY server/Makefile-eetq Makefile
RUN TORCH_CUDA_ARCH_LIST="8.0;8.6+PTX" make build-eetq

# LoRAX base image
FROM nvidia/cuda:11.8.0-base-ubuntu20.04 as base
FROM nvidia/cuda:11.8.0-base-ubuntu22.04 as base

# Conda env
ENV PATH=/opt/conda/bin:$PATH \
Expand Down

0 comments on commit 2733289

Please sign in to comment.