Skip to content

Commit 900c720

Browse files
committed
Fix spelling and vowel sound
Signed-off-by: Md Soharab Ansari <[email protected]>
1 parent eaefd8c commit 900c720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/blog/running-gpu-based-functions-on-fission.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ We will use [Pytorch](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pyto
3434

3535
> Note: `nvcr.io/nvidia/pytorch:24.08-py3` image size is ~10GB so creating env and builder images will take some time.
3636
#### 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.
3838

3939
- 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:
4040

@@ -111,7 +111,7 @@ $ docker pull ghcr.io/soharab-ic/python-pytorch-builder:latest
111111

112112
### Test the Environment and Builder image
113113
In this step, we will do following things:
114-
- Create a environmnt in Fission using newly created environment and builder image.
114+
- Create an environmnt in Fission using newly created environment and builder image.
115115
- Edit the environment deployment and add GPU resources and nodeSelector to make environment pod schedule on GPU nodes.
116116
- Create a function and verify the GPU availability inside the environment container.
117117

0 commit comments

Comments
 (0)