Skip to content

Commit

Permalink
Merge pull request #3 from odtp-org/fix-ubuntu-python-version
Browse files Browse the repository at this point in the history
Fix ubuntu python version
  • Loading branch information
caviri authored May 1, 2024
2 parents a21e92b + f4d7abd commit 4239b30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:latest
FROM ubuntu:22.04

RUN apt update
RUN apt install python3 python3-pip -y
RUN apt install python3.10 python3-pip -y

##################################################
# Ubuntu setup
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ docker run -it --rm -p 8501:8501 odtp-travel-data-dashboard

## Changelog

- v0.1.2
- Ubuntu fixed at 22.04
- Python fixed at 3.10

- v0.1.1
- New tool repository
- Dockerfile bug fixed
Expand Down

0 comments on commit 4239b30

Please sign in to comment.