Skip to content
Snippets Groups Projects
Commit 06c1f22d authored by auphelia's avatar auphelia
Browse files

[Docker] Added jupyter notebook to docker container

parent 4186f203
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ COPY requirements.txt .
RUN pip install -r requirements.txt
RUN rm requirements.txt
RUN apt update; apt install nano
RUN pip install jupyter
# Note that we expect the cloned finn directory on the host to be
# mounted on /workspace/finn -- see run-docker.sh for an example
......
%% Cell type:code id: tags:
``` python
from finn.core.datatype import DataType
```
%% Cell type:code id: tags:
``` python
DataType
```
%% Output
<enum 'DataType'>
%% Cell type:markdown id: tags:
......@@ -57,4 +57,5 @@ docker run --rm --name finn_dev -it \
-v $SCRIPTPATH/cnpy:/workspace/cnpy \
-v $SCRIPTPATH/finn-hlslib:/workspace/finn-hlslib \
-v $VIVADO_PATH/include:/workspace/vivado-hlslib \
-p 8888:8888 \
$DOCKER_TAG bash
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment