Skip to content

Commit

Permalink
Adding everything, including an _early adventure_
Browse files Browse the repository at this point in the history
  • Loading branch information
dluman committed May 20, 2024
1 parent 77a0946 commit 67607d8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
Binary file removed .DS_Store
Binary file not shown.
Binary file removed dockerfiles/.DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions dockerfiles/adventure/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM ubuntu



Binary file removed dockerfiles/topia/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion dockerfiles/topia/api-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN python -m pip install \
requests \
matplotlib \
gatorgrader \
python-dotenv
python-dotenv --break-system-packages

ARG GITHUB_CDN=https://raw.githubusercontent.com/term-world/world-container/main

Expand Down
3 changes: 1 addition & 2 deletions dockerfiles/topia/self-contained/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ RUN apt-get update && apt-get install -y \
python3-dev \
python3-pip \
libcairo2-dev \
python3.10-venv \
python-is-python3

RUN python -m pip install \
Expand All @@ -32,7 +31,7 @@ RUN python -m pip install \
requests \
matplotlib \
gatorgrader \
python-dotenv
python-dotenv --break-system-packages

ARG GITHUB_CDN=https://raw.githubusercontent.com/term-world/world-container/main

Expand Down
2 changes: 1 addition & 1 deletion scripts/gginstall.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

sudo python -m pip install gatorgrade
sudo python -m pip install gatorgrade --break-system-packages
site=$(python -c "import site; print(f'{site.getsitepackages()[0]}/gatorgrade/main.py')")
sudo sed -i 's/FILE = "gatorgrade.yml"/FILE = ".gatorgrade.yml"/' $site

0 comments on commit 67607d8

Please sign in to comment.