Skip to content

Commit 422568a

Browse files
committed
Prefer conda-forge channel
1 parent 4e308ff commit 422568a

File tree

1 file changed

+2
-2
lines changed
  • examples/ML+DL-Examples/Spark-DL/dl_inference

1 file changed

+2
-2
lines changed

examples/ML+DL-Examples/Spark-DL/dl_inference/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ Each notebook has a suffix `_torch` or `_tf` specifying the environment used.
6363

6464
**For PyTorch:**
6565
```
66-
conda create -n spark-dl-torch python=3.11
66+
conda create -n spark-dl-torch -c conda-forge python=3.11
6767
conda activate spark-dl-torch
6868
pip install -r torch_requirements.txt
6969
```
7070
**For TensorFlow:**
7171
```
72-
conda create -n spark-dl-tf python=3.11
72+
conda create -n spark-dl-tf -c conda-forge python=3.11
7373
conda activate spark-dl-tf
7474
pip install -r tf_requirements.txt
7575
```

0 commit comments

Comments
 (0)