Skip to content

Commit a118a85

Browse files
committed
Corrected typo
1 parent 32c279a commit a118a85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)