Skip to content

Commit

Permalink
feat: install tk and remove cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperj authored Jan 2, 2025
1 parent c43041d commit 0fbee2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: Docker
# documentation.

on:
schedule:
- cron: '23 21 * * *'
push:
branches: [ "main" ]
# Publish semver tags as releases.
Expand Down
2 changes: 1 addition & 1 deletion CMP2020 Artificial Intelligence/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:latest
RUN apt upgrade && apt update

RUN apt -y install python3 swi-prolog cmake curl build-essential git-all
RUN apt -y install python3-pip
RUN apt -y install python3-pip python3-tk

RUN curl -d "action=AttachFile&do=get&target=fast-downward-23.06.tar.gz" -o fast-downward-23.06.tar.gz https://www.fast-downward.org/Releases/23.06 &&\
tar -xvzf fast-downward-23.06.tar.gz &&\
Expand Down

0 comments on commit 0fbee2f

Please sign in to comment.