Skip to content

Commit

Permalink
Merge pull request #34 from MortenTabaka/Update-requirements-and-inst…
Browse files Browse the repository at this point in the history
…allation-guide-with-Conda

Update requirements and installation guide with Conda #patch
  • Loading branch information
MortenTabaka committed Aug 6, 2023
2 parents 9fd86ac + d873170 commit 7664e6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
10 changes: 4 additions & 6 deletions INSTALLATION-LEGACY.md → INSTALLATION-CONDA.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ conda activate landcover_semantic_segmentation
```
conda install -c conda-forge nb_conda
```
### Install Cudnn and Cudatoolkit.
### Install Cudatoolkit and Cudnn.
```
conda install -c conda-forge cudatoolkit=11.3.1
conda install -c nvidia cudnn
```
```
conda install -c anaconda cudatoolkit
```
### Set up automation for system paths configuration.
```
mkdir -p $CONDA_PREFIX/etc/conda/activate.d
Expand Down Expand Up @@ -73,12 +71,12 @@ Filepath: `/notebooks/testing/check_tensorflow_installation.ipynb`

# My environemnt
## OS
* Ubuntu 22.04.1
* Debian 12

## Anaconda environment
* Python 3.8
* Tensorflow 2.5 (with GPU)
* Cudnn 8.2.1 (` conda list cudnn`)
* Cudnn 8.9.2.26 (` conda list cudnn`)
* Cudatoolkit 11.3.1 (`conda list cudatoolkit`)

## Nvidia
Expand Down
12 changes: 5 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
click==8.0.1
python-dotenv==0.19.1
src==0.1.0
pandas==1.3.5
gdown==4.4.0
tensorflow==2.5.0
numpy==1.19.5
matplotlib==3.5.1
setuptools==65.5.0
tqdm==4.61.0

requests==2.25.1
requests==2.28
opencv-python==4.5.2.54
PyYAML==5.4.1
pyyaml
yaml==0.2.5
typer==0.4.1
scikit-image

pyyaml
scikit-image
tensorflow-addons

0 comments on commit 7664e6c

Please sign in to comment.