Skip to content
Snippets Groups Projects
Commit 5288207c authored by oschmanf's avatar oschmanf
Browse files

Add new yml-file for linux

parent b410e387
No related branches found
No related tags found
3 merge requests!47Resolve "Update installation instructions",!40Draft: Resolve "Update installation instructions",!39Draft: Resolve "Update installation instructions"
# Open a terminal and execute the following command to create the conda environment
# for the workshop
# 'conda env create -f environment_linux.yml'
name: machine_learning_workshop_2021
channels:
- anaconda
- defaults
dependencies:
- python==3.8.8
- pandas
- matplotlib
- scikit-learn==0.24.1
- seaborn
- jupyterlab==3.1.7
- pydot
- pillow
- pip
- tensorflow==2.4.1
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