Update docker build option
This commit is contained in:
parent
01cbfb3c5e
commit
5975325728
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ Image use
|
|||
|
||||
```shell
|
||||
wget https://forge.leslibres.org/Knah-Tsaeb/NanoGal/src/branch/main/Dockerfile
|
||||
docker buildx build -t nanogal:0.1.0 .
|
||||
docker buildx build --no-cache -t nanogal:0.1.0 .
|
||||
```
|
||||
|
||||
#### Start container
|
||||
|
|
Loading…
Reference in a new issue