Skip to content

Commit

Permalink
No need to install libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Aug 30, 2024
1 parent bb445a3 commit 4701b52
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ FROM ${BASE} as pip-base

ENV DEFAULT_VIRTUAL_ENV=rapids

RUN apt update -y \
&& DEBIAN_FRONTEND=noninteractive apt install -y \
libcurl4-openssl-dev \
&& rm -rf /tmp/* /var/tmp/* /var/cache/apt/* /var/lib/apt/lists/*;

FROM ${BASE} as conda-base

ENV DEFAULT_CONDA_ENV=rapids
Expand Down

0 comments on commit 4701b52

Please sign in to comment.