Skip to content

Commit

Permalink
Dockerfile cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
PioneerSam committed Oct 29, 2024
1 parent 2c03f98 commit 3861e38
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 397 deletions.
14 changes: 1 addition & 13 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
FROM nvidia/cuda:11.8.0-devel-ubuntu22.04

CMD ["/bin/bash"]

Expand Down Expand Up @@ -118,18 +118,6 @@ RUN pip3 install \
RUN apt install wget
RUN apt install nano

# added by sam
RUN apt update
# install dependencies
RUN apt install software-properties-common apt-transport-https wget -y
# Import the GPG key provided by Microsoft to verify the package integrity.
RUN wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | apt-key add
# Run the following command to add the Visual Studio Code repository to your system
RUN add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
# install vscode
RUN apt install code


## sam install opencv 4.10.0
RUN apt install -q -y libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev python3-dev python3-numpy

Expand Down
191 changes: 0 additions & 191 deletions Dockerfile_89

This file was deleted.

Loading

0 comments on commit 3861e38

Please sign in to comment.