You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/blog/running-gpu-based-functions-on-fission.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ We will use [Pytorch](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pyto
34
34
35
35
> Note: `nvcr.io/nvidia/pytorch:24.08-py3` image size is ~10GB so creating env and builder images will take some time.
36
36
#### Create environment image
37
-
We will build the environmnet using our current [python](https://github.com/fission/environments/blob/master/python) environment's source code and dependencies.
37
+
We will build the environment using our current [python](https://github.com/fission/environments/blob/master/python) environment's source code and dependencies.
38
38
39
39
- Replace the [Dockerfile](https://github.com/fission/environments/blob/master/python/Dockerfile) in [Python environments repository](https://github.com/fission/environments/tree/master/python) with following contents:
0 commit comments