Data Visualisation course @ Ecole polytechnique
--> The results are directly available here. <--
Remark: all the following command should be run at the root of the project
- Run my image using
docker run -p 8080:80 romainfd/datavis
(no need to clone the repo before) - Then go to your localhost at http://localhost:8080 and choose the exercise you want to see
- Run
python3 -m http.server 8080
- Then go to your localhost at http://localhost:8080 and choose the exercise you want to see
- Fork the repo by clicking on the fork button and then clone your git repo on your computer
- Modify the code as desired
- Build the new Docker image:
docker build -f Dockerfile -t $USERNAME/datavis .
- Run your image:
docker run -p 8080:80 $USERNAME/datavis
- Go to http://localhost:8080
Modify the code and then follow the 'Ready To Use > With a python server' part