Skip to content

Commit 4e5835d

Browse files
authored
Merge pull request #32 from MilagrosMarin/main
Update repo architecture and README
2 parents 2bc9705 + 4654d01 commit 4e5835d

17 files changed

Lines changed: 447 additions & 408 deletions

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN \
1919
RUN \
2020
# dev setup
2121
apt update && \
22-
apt-get install sudo git bash-completion graphviz default-mysql-client -y && \
22+
apt-get install sudo git gcc bash-completion graphviz default-mysql-client -y && \
2323
usermod -aG sudo vscode && \
2424
echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers && \
2525
pip install --no-cache-dir --upgrade black pip && \

00-Getting_Started/00-Getting Started.ipynb

Lines changed: 0 additions & 363 deletions
This file was deleted.

0 commit comments

Comments
 (0)