Skip to content
Snippets Groups Projects
Unverified Commit daa83012 authored by Hung-Han (Henry) Chen's avatar Hung-Han (Henry) Chen
Browse files

Remove apt-get purge

parent 4d1fc25e
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,7 @@
FROM nvidia/cuda:12.2.0-devel-ubuntu22.04
RUN apt-get update \
&& apt-get install -y --no-install-recommends g++ python3-dev python3-pip \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get purge -y --auto-remove g++ python3-dev python3-pip
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment