-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat! (~frontend): Updated dependencies in order build images and to …
…check deprecated stuff.
- Loading branch information
antoniochavesgarcia
committed
Jan 22, 2024
1 parent
c6caad8
commit 1919256
Showing
16 changed files
with
66 additions
and
59 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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
django==3.2.13 | ||
djangorestframework==3.11.0 | ||
django-cors-headers==3.2.1 | ||
django-model-utils==4.0.0 | ||
kubernetes==11.0.0 | ||
gunicorn==20.0.4 | ||
confluent-kafka==1.8.2 | ||
channels==3.0.4 | ||
daphne==3.0.2 | ||
django==4.2.9 | ||
djangorestframework==3.14.0 | ||
django-cors-headers==4.3.1 | ||
django-model-utils==4.3.1 | ||
kubernetes==29.0.0 | ||
gunicorn==21.2.0 | ||
confluent-kafka==2.3.0 | ||
channels==4.0.0 | ||
daphne==4.0.0 |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# pull official base image | ||
FROM python:3.8.6 | ||
FROM python:3.11.7 | ||
|
||
# set work directory | ||
WORKDIR /usr/src/app | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# pull official base image | ||
FROM python:3.8.6 | ||
FROM python:3.11.7 | ||
|
||
# set work directory | ||
WORKDIR /usr/src/app | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# pull official base image | ||
FROM python:3.8.6 | ||
FROM python:3.11.7 | ||
|
||
# set work directory | ||
WORKDIR /usr/src/app | ||
|
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 |
---|---|---|
@@ -1,13 +1,12 @@ | ||
-f https://download.pytorch.org/whl/torch_stable.html | ||
|
||
# GPU Accelerated | ||
# torchvision==0.11.1+cu113 | ||
# -f https://download.pytorch.org/whl/torch_stable.html | ||
-f https://download.pytorch.org/whl/cpu | ||
# https://download.pytorch.org/whl/cu121 | ||
|
||
# CPU Only | ||
torch==1.10.0+cpu | ||
torchvision==0.11.1+cpu | ||
# torch==2.1.2 | ||
# torchvision==0.16.2 | ||
|
||
torchinfo==1.6.3 | ||
pytorch-ignite==0.4.7 | ||
Flask==2.0.2 | ||
gunicorn==20.0.4 | ||
pytorch-ignite==0.4.13 | ||
Flask==3.0.1 | ||
gunicorn==21.2.0 |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Flask==2.0.2 | ||
gunicorn==20.0.4 | ||
Flask==3.0.1 | ||
gunicorn==21.2.0 | ||
tensorflow-datasets==4.4.0 | ||
protobuf==3.20.0 | ||
protobuf==4.9.4 |
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 |
---|---|---|
@@ -1,14 +1,19 @@ | ||
-f https://download.pytorch.org/whl/torch_stable.html | ||
# -f https://download.pytorch.org/whl/torch_stable.html | ||
-f https://download.pytorch.org/whl/cpu | ||
# -f https://download.pytorch.org/whl/cu121 | ||
|
||
torch==2.1.2 | ||
torchvision==0.16.2 | ||
torchinfo==1.8.0 | ||
pytorch-ignite==0.4.13 | ||
|
||
# GPU Accelerated | ||
# torchvision==0.11.1+cu113 | ||
|
||
# CPU Only | ||
torch==1.10.0+cpu | ||
torchvision==0.11.1+cpu | ||
|
||
torchinfo==1.6.3 | ||
pytorch-ignite==0.4.7 | ||
avro==1.11.0 | ||
confluent-kafka==1.8.2 | ||
requests==2.27.1 | ||
# torch==1.10.0+cpu | ||
# torchvision==0.11.1+cpu | ||
|
||
avro==1.11.3 | ||
confluent-kafka==2.3.0 | ||
requests==2.31.0 |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
tensorflow-io==0.23.1 | ||
confluent-kafka==1.8.2 | ||
tensorflow-io==0.35.0 | ||
confluent-kafka==2.3.0 |
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 |
---|---|---|
@@ -1,16 +1,21 @@ | ||
-f https://download.pytorch.org/whl/torch_stable.html | ||
|
||
# -f https://download.pytorch.org/whl/torch_stable.html | ||
-f https://download.pytorch.org/whl/cpu | ||
# -f https://download.pytorch.org/whl/cu121 | ||
# GPU Accelerated | ||
# torchvision==0.11.1+cu113 | ||
|
||
# CPU Only | ||
torch==1.10.0+cpu | ||
torchvision==0.11.1+cpu | ||
torch==2.1.2 | ||
torchvision==0.16.2 | ||
torchinfo==1.8.0 | ||
pytorch-ignite==0.4.13 | ||
|
||
|
||
avro==1.11.3 | ||
confluent-kafka==2.3.0 | ||
requests==2.31.0 | ||
|
||
|
||
torchinfo==1.6.3 | ||
pytorch-ignite==0.4.7 | ||
avro==1.11.0 | ||
kafka-python==2.0.2 | ||
scikit-learn==1.0.2 | ||
seaborn==0.11.2 | ||
requests==2.27.1 | ||
scikit-learn==1.4.2 | ||
seaborn==0.13.1 | ||
requests==2.32.0 |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tensorflow-io==0.23.1 | ||
tensorflow-io==0.35.0 | ||
kafka-python==2.0.2 | ||
scikit-learn==1.0.2 | ||
seaborn==0.11.2 | ||
confluent-kafka==1.8.2 | ||
scikit-learn==1.4.2 | ||
seaborn==0.13.1 | ||
confluent-kafka==2.3.0 |