Skip to content

Commit

Permalink
add dev libs back
Browse files Browse the repository at this point in the history
  • Loading branch information
matbun committed Jan 17, 2025
1 parent f59fbc6 commit cb9e396
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions env-files/torch/slim.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ ARG BASE_IMG_NAME=python:3.10-slim

FROM nvcr.io/nvidia/pytorch:24.05-py3 AS build

# RUN apt-get update && apt-get install -y --no-install-recommends \
# build-essential \
# curl \
# libopenmpi-dev \
# python3-mpi4py \
# python3.10-venv \
# && apt-get clean -y && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y --no-install-recommends \
# build-essential \
# curl \
# libopenmpi-dev \
# python3-mpi4py \
python3.10-venv \
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*

ENV VIRTUAL_ENV=/opt/venv \
PATH="/opt/venv/bin:$PATH"
Expand Down

0 comments on commit cb9e396

Please sign in to comment.