Skip to content

Commit

Permalink
Merge pull request #32 from MilagrosMarin/main
Browse files Browse the repository at this point in the history
Update repo architecture and README
  • Loading branch information
kabilar authored Sep 18, 2023
2 parents 2bc9705 + 4654d01 commit 4e5835d
Show file tree
Hide file tree
Showing 17 changed files with 447 additions and 408 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN \
RUN \
# dev setup
apt update && \
apt-get install sudo git bash-completion graphviz default-mysql-client -y && \
apt-get install sudo git gcc bash-completion graphviz default-mysql-client -y && \
usermod -aG sudo vscode && \
echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers && \
pip install --no-cache-dir --upgrade black pip && \
Expand Down
363 changes: 0 additions & 363 deletions 00-Getting_Started/00-Getting Started.ipynb

This file was deleted.

Loading

0 comments on commit 4e5835d

Please sign in to comment.