Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
updating per code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
qubitron committed Apr 17, 2019
1 parent bf3cf07 commit 3482157
Show file tree
Hide file tree
Showing 28 changed files with 11 additions and 334 deletions.
7 changes: 4 additions & 3 deletions containers/python-3-anaconda/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "Anaconda 3",
"dockerComposeFile": "docker-compose.yml",
"service": "app",
"name": "Python 3 - Anaconda",
"context": "..",
"dockerFile": "Dockerfile",
"appPort": "5000:5000",
"workspaceFolder": "/workspace",
"extensions": [
"ms-python.python",
Expand Down
12 changes: 0 additions & 12 deletions containers/python-3-anaconda/.devcontainer/docker-compose.yml

This file was deleted.

27 changes: 0 additions & 27 deletions containers/python-3-flask-redis/.devcontainer/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions containers/python-3-flask-redis/.devcontainer/devcontainer.json

This file was deleted.

18 changes: 0 additions & 18 deletions containers/python-3-flask-redis/.devcontainer/docker-compose.yml

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions containers/python-3-flask-redis/.npmignore

This file was deleted.

28 changes: 0 additions & 28 deletions containers/python-3-flask-redis/.vscode/launch.json

This file was deleted.

3 changes: 0 additions & 3 deletions containers/python-3-flask-redis/.vscode/settings.json

This file was deleted.

25 changes: 0 additions & 25 deletions containers/python-3-flask-redis/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions containers/python-3-flask-redis/test-project/Dockerfile

This file was deleted.

29 changes: 0 additions & 29 deletions containers/python-3-flask-redis/test-project/app.py

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions containers/python-3-flask-redis/test-project/requirements.txt

This file was deleted.

34 changes: 0 additions & 34 deletions containers/python-3-jupyter-pyspark/.devcontainer/Dockerfile

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions containers/python-3-jupyter-pyspark/.npmignore

This file was deleted.

5 changes: 0 additions & 5 deletions containers/python-3-jupyter-pyspark/.vscode/settings.json

This file was deleted.

32 changes: 0 additions & 32 deletions containers/python-3-jupyter-pyspark/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions containers/python-3-jupyter-pyspark/test-project/notebook.py

This file was deleted.

7 changes: 4 additions & 3 deletions containers/python-3-miniconda/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "Miniconda 3",
"dockerComposeFile": "docker-compose.yml",
"service": "app",
"name": "Python 3 - Miniconda",
"context": "..",
"dockerFile": "Dockerfile",
"appPort": "5000:5000",
"workspaceFolder": "/workspace",
"extensions": [
"ms-python.python",
Expand Down
12 changes: 0 additions & 12 deletions containers/python-3-miniconda/.devcontainer/docker-compose.yml

This file was deleted.

5 changes: 3 additions & 2 deletions containers/python-3/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "Python 3",
"dockerComposeFile": "docker-compose.yml",
"service": "app",
"context": "..",
"dockerFile": "Dockerfile",
"appPort": "5000:5000",
"workspaceFolder": "/workspace",
"extensions": [
"ms-python.python",
Expand Down
12 changes: 0 additions & 12 deletions containers/python-3/.devcontainer/docker-compose.yml

This file was deleted.

0 comments on commit 3482157

Please sign in to comment.