Update devcontainer to remove clang and base image on PyTorch
This commit is contained in:
parent
f3e729a6d6
commit
8e25428713
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tgi-trtllm-backend",
|
||||
"image": "nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04",
|
||||
"image": "nvcr.io/nvidia/pytorch:24.05-py3",
|
||||
"runArgs": [
|
||||
"--gpus=all"
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@ apt-get update
|
|||
apt-get upgrade -y
|
||||
|
||||
# install Linux tools and Python 3
|
||||
apt-get install software-properties-common wget curl clang cmake git libopenmpi-dev libssl-dev \
|
||||
apt-get install software-properties-common wget curl cmake gcc g++ git libopenmpi-dev libssl-dev nija-build \
|
||||
python3-dev python3-pip python3-wheel python3-setuptools -y
|
||||
|
||||
# install Python packages
|
||||
|
|
Loading…
Reference in New Issue