Skip to content

Commit 6028900

Browse files
L1m3D4rkn3ssjgsch
authored andcommitted
Corrected typo
1 parent 2dba1be commit 6028900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/isquare_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ We strongly recommend that you implement batched inference for your model, since
121121
And that's all you need to get going from the code point of view. Let's proceed, setup our environment and deploy our model!
122122

123123
### Step 1.2: Set up your environment
124-
Most deep learning models are not coded from scratch and depend on external libraries (e.g. python, tensorflow). With isquare.ai, all requirements are handled by a Dockerfile, which is basically a set of instructions which sets up an environment. If you’re new to Docker, check the [documentation](https://docs.docker.com/engine/reference/builder/). We need to create a file containing Docker instructions (usually called Dockerfile):
124+
Most deep learning models are not coded from scratch and depend on external libraries (e.g. pytorch, tensorflow). With isquare.ai, all requirements are handled by a Dockerfile, which is basically a set of instructions which sets up an environment. If you’re new to Docker, check the [documentation](https://docs.docker.com/engine/reference/builder/). We need to create a file containing Docker instructions (usually called Dockerfile):
125125
```dockerfile
126126
FROM alpineintuition/archipel-base-cpu:latest
127127

0 commit comments

Comments
 (0)