Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Update game and python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-Toosi committed Apr 23, 2022
1 parent bc7c56c commit cc56810
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.10

RUN apt update && apt install -y vim cmake pkg-config
RUN apt install -y mesa-utils libglu1-mesa-dev freeglut3-dev mesa-common-dev
Expand Down
2 changes: 1 addition & 1 deletion public_image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.10

RUN apt update && apt install -y vim cmake pkg-config
RUN apt install -y mesa-utils libglu1-mesa-dev freeglut3-dev mesa-common-dev
Expand Down
2 changes: 1 addition & 1 deletion public_image/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
codequest22==1.0.2
codequest22==1.0.4
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests
boto3
codequest22==1.0.2
codequest22==1.0.4
pytz

0 comments on commit cc56810

Please sign in to comment.