We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e308ff commit 422568aCopy full SHA for 422568a
examples/ML+DL-Examples/Spark-DL/dl_inference/README.md
@@ -63,13 +63,13 @@ Each notebook has a suffix `_torch` or `_tf` specifying the environment used.
63
64
**For PyTorch:**
65
```
66
-conda create -n spark-dl-torch python=3.11
+conda create -n spark-dl-torch -c conda-forge python=3.11
67
conda activate spark-dl-torch
68
pip install -r torch_requirements.txt
69
70
**For TensorFlow:**
71
72
-conda create -n spark-dl-tf python=3.11
+conda create -n spark-dl-tf -c conda-forge python=3.11
73
conda activate spark-dl-tf
74
pip install -r tf_requirements.txt
75
0 commit comments