generated from SoCSTech/Dev-Container-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb18cf6
commit 6d841e2
Showing
6 changed files
with
25 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
FROM ubuntu:latest | ||
|
||
RUN apt upgrade && apt update | ||
|
||
RUN apt -y install python3 swi-prolog cmake curl build-essential | ||
RUN apt -y install python3-pip | ||
|
||
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 &&\ | ||
cd fast-downward-23.06 &&\ | ||
./build.py | ||
|
||
RUN pip install --break-system-packages mesa | ||
RUN pip install --break-system-packages scikit-learn scipy matplotlib numpy seaborn | ||
RUN pip install --break-system-packages ipykernel |
4 changes: 2 additions & 2 deletions
4
MODULE/.devcontainer/devcontainer.json → ...elligence/.devcontainer/devcontainer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters