Name assembler Dockerfile
This commit is contained in:
parent
81377b07c5
commit
54dfc4c499
@ -57,7 +57,7 @@ You can use the `Dockerfile` in this directory to build an editing environment
|
|||||||
that has all of the Python dependencies you'll need:
|
that has all of the Python dependencies you'll need:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker build -t tf-assembler .
|
$ docker build -t tf-assembler -f assembler.Dockerfile .
|
||||||
|
|
||||||
# Set --user to set correct permissions on generated files
|
# Set --user to set correct permissions on generated files
|
||||||
$ docker run --user $(id -u):$(id -g) -it -v $(pwd):/tf tf-assembler bash
|
$ docker run --user $(id -u):$(id -g) -it -v $(pwd):/tf tf-assembler bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user