Unverified Commit 3c4adde5 authored by Alec's avatar Alec Committed by GitHub
Browse files

fix: add dev tools to devcontainer (#2777)


Signed-off-by: default avataralec-flowers <aflowers@nvidia.com>
parent b738e6a0
...@@ -304,20 +304,20 @@ RUN apt-get update -y && \ ...@@ -304,20 +304,20 @@ RUN apt-get update -y && \
wget \ wget \
tmux \ tmux \
vim \ vim \
autoconf \
automake \
libtool \
net-tools \
git \ git \
openssh-client \
iproute2 \
rsync \
zip \
unzip \
htop \
# Build Dependencies # Build Dependencies
autoconf \ autoconf \
automake \ automake \
cmake \ cmake \
git \
libtool \ libtool \
meson \ meson \
net-tools \ net-tools \
ninja-build \
pybind11-dev \ pybind11-dev \
# Rust build dependencies # Rust build dependencies
clang \ clang \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment