Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit e8d5d33

Browse files
authored
Update sql-server-linux-setup-machine-learning-docker.md
updating syntax
1 parent 77e227a commit e8d5d33

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/linux/sql-server-linux-setup-machine-learning-docker.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,15 @@ The following command clones the `mssql-docker` git repository to a local direct
4545
Complete the following steps to build the docker image:
4646

4747
1. Change the directory to the mssql-mlservices directory:
48+
49+
```bash
50+
/opt/mssql/mlservices
51+
```
4852

4953
2. In the same directory, run the following command:
5054

5155
```bash
52-
docker builds -t mssql-server-mlservices
56+
docker build -t mssql-server-mlservices
5357
```
5458

5559
3. Run the command:

0 commit comments

Comments
 (0)