Skip to content

Commit 1fe1569

Browse files
committed
(bitcraze#35) added packages to fix nntool
1 parent 1968c8f commit 1fe1569

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docker/gap8/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ RUN python -m pip install configparser
3131
RUN /bin/bash -c "cd gap_sdk/; source configs/ai_deck.sh; ls; make all;"
3232

3333
RUN cd gap_sdk; pip3 install -r tools/nntool/requirements.txt
34+
RUN pip3 install tensorflow==1.15.2
35+
RUN pip3 install h5py==2.10.0
3436

3537
RUN /bin/bash -c "cd gap_sdk/; source configs/ai_deck.sh; ls; make nntool"
3638

docs/getting-started/docker-gap8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ docker ps
4343

4444
Copy and past the container ID and replace the <container id> on the line here below, then run it in the separate terminal (also adapt the SDK version if you did before)
4545
```
46-
export GAP_SDK_VERSION=3.7
46+
export GAP_SDK_VERSION=3.8.1
4747
docker commit <container id> gapsdk:${GAP_SDK_VERSION}
4848
```
4949

docs/getting-started/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To setup the SDK natively on your machine, then first set up the GAP8 SDK using
2828

2929
https://github.com/GreenWaves-Technologies/gap_sdk.
3030

31-
When installing the gap sdk (3.4), make sure that you have installed everything:
31+
When installing the gap sdk (3.8.1), make sure that you have installed everything:
3232

3333
make all
3434
make openocd

0 commit comments

Comments
 (0)