mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-05-04 16:52:06 +00:00
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",
|
"name": "tgi-trtllm-backend",
|
||||||
"image": "nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04",
|
"image": "nvcr.io/nvidia/pytorch:24.05-py3",
|
||||||
"runArgs": [
|
"runArgs": [
|
||||||
"--gpus=all"
|
"--gpus=all"
|
||||||
],
|
],
|
||||||
|
@ -3,7 +3,7 @@ apt-get update
|
|||||||
apt-get upgrade -y
|
apt-get upgrade -y
|
||||||
|
|
||||||
# install Linux tools and Python 3
|
# 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
|
python3-dev python3-pip python3-wheel python3-setuptools -y
|
||||||
|
|
||||||
# install Python packages
|
# install Python packages
|
||||||
|
Loading…
Reference in New Issue
Block a user