From 70c70bca5eed61bc7cce18ac06b1b9a7cc84618c Mon Sep 17 00:00:00 2001
From: Quang tru HUYNH <quang-tru.huynh@pasteur.fr>
Date: Wed, 1 Mar 2023 14:59:50 +0100
Subject: [PATCH] Add README.md

---
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b404642
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+ [![pipeline status](https://gitlab.pasteur.fr/tru/miniconda3-python310-pytorch-cuda11.7/badges/main/pipeline.svg)](https://gitlab.pasteur.fr/tru/miniconda3-python310-pytorch-cuda11.7/-/commits/main) 
+
+ # miniconda3 based for python 3.10 and pytorch 1.13.1, pytorch-cuda=11.7
+ Alternative to the regular command listed at https://pytorch.org/get-started/locally/
+ `conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia`
+
+ # Goals
+ - smaller foot print for python3.10/pytorch gpu/cuda 11.7
+ 
+ # removed on purpose from a plain installation
+ 
+ `conda create -n py310-pytorch python=3.10 && conda activate py310-pytorch && conda install pytorch  pytorch-cuda=11.7 -c pytorch -c nvidia -y`
+- cuda-nsight
+- cuda-nsight-compute
+- nsight-compute
+- cuda-demo-suite
-- 
GitLab