Skip to content

Commit

Permalink
Tweaks for devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
perara committed Jun 21, 2024
1 parent 2aa5dfb commit 2ee4fba
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .devcontainer/cuda/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
FROM nvcr.io/nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04

# Run GIT
# Install system dependencies
RUN apt-get update && apt-get install -y git python3 python3-pip

# Install Dependencies
RUN pip3 install cffi numpy pandas scikit-learn tqdm requests xxhash
# Install tmu Dependencies
RUN pip3 install cffi numpy pandas scikit-learn tqdm requests xxhash

# Upgrade pip
RUN pip3 install --upgrade pip

0 comments on commit 2ee4fba

Please sign in to comment.