This commit is contained in:
AurelienUoU 2019-07-16 07:30:25 -06:00
parent 3d079c9421
commit a04555419a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ OpenFPGA requires all the dependancies listed below:
## Docker
If all these dependancies are not installed in your machine you can choose to use a Docker (docker tool need to be installed). To ease customer first experience a Dockerfile is provided in OpenFPGA folder. A container ready to use can be created with the following command:
- docker run -it --rm -v `pwd`:/localfile/OpenFPGA -w=“/localfile/OpenFPGAr” lnis-projects/open_fpga bash
- docker run -it --rm -v `pwd`:/localfile/OpenFPGA -w=“/localfile/OpenFPGA” lnis-projects/open_fpga bash
Or a container where you can build OpenFPGA yourself can be created with the following commands:
- docker build . -t open_fpga