Skip to content

Commit

Permalink
updated files for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravish Verma committed Jan 28, 2024
1 parent a730845 commit 4e12f8c
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 16 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ RUN apt install python3 -y
RUN apt install python3-pip -y

# Python libraries
RUN pip3 install torch torchvision torchaudio
RUN pip3 install torchxrayvision
RUN pip3 install torchcam
RUN pip3 install streamlit
COPY requirements.txt .
RUN pip3 install -r requirements.txt

# Copy project files
COPY . /mnt/code/.
Expand Down
152 changes: 140 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,140 @@
torch
torchvision
torchaudio
torchxrayvision
torchcam
streamlit
azureml
azureml-core
azureml-dataprep
azureml-fsspec
azure-storage-blob
azure-identity
adal==1.2.7
altair==5.2.0
anyio==4.2.0
argcomplete==3.2.1
attrs==23.2.0
azure-common==1.1.28
azure-core==1.29.6
azure-graphrbac==0.61.1
azure-identity==1.15.0
azure-mgmt-authorization==4.0.0
azure-mgmt-containerregistry==10.3.0
azure-mgmt-core==1.4.0
azure-mgmt-keyvault==10.3.0
azure-mgmt-network==25.1.0
azure-mgmt-resource==23.0.1
azure-mgmt-storage==21.1.0
azure-storage-blob==12.19.0
azureml==0.2.7
azureml-core==1.54.0.post1
azureml-dataprep==4.12.8
azureml-dataprep-native==38.0.0
azureml-dataprep-rslex==2.19.6
azureml-fsspec==1.2.0
backports.tempfile==1.0
backports.weakref==1.0.post1
bcrypt==4.1.2
blinker==1.7.0
cachetools==5.3.2
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
cloudpickle==2.2.1
contextlib2==21.6.0
contourpy==1.2.0
cryptography==41.0.7
cycler==0.12.1
distro==1.9.0
docker==6.1.3
dotnetcore2==3.1.23
filelock==3.13.1
fonttools==4.47.0
fsspec==2023.12.2
gitdb==4.0.11
GitPython==3.1.40
humanfriendly==10.0
idna==3.6
imageio==2.33.1
importlib-metadata==6.11.0
isodate==0.6.1
jeepney==0.8.0
Jinja2==3.1.2
jmespath==1.0.1
jsonpickle==3.0.2
jsonschema==4.20.0
jsonschema-specifications==2023.12.1
kiwisolver==1.4.5
knack==0.11.0
lazy_loader==0.3
markdown-it-py==3.0.0
MarkupSafe==2.1.3
matplotlib==3.8.2
mdurl==0.1.2
mltable==1.5.0
mpmath==1.3.0
msal==1.26.0
msal-extensions==1.0.0
msrest==0.7.1
msrestazure==0.6.4
ndg-httpsclient==0.5.1
networkx==3.2.1
numpy==1.26.3
nvidia-cublas-cu12==12.1.3.1
nvidia-cuda-cupti-cu12==12.1.105
nvidia-cuda-nvrtc-cu12==12.1.105
nvidia-cuda-runtime-cu12==12.1.105
nvidia-cudnn-cu12==8.9.2.26
nvidia-cufft-cu12==11.0.2.54
nvidia-curand-cu12==10.3.2.106
nvidia-cusolver-cu12==11.4.5.107
nvidia-cusparse-cu12==12.1.0.106
nvidia-nccl-cu12==2.18.1
nvidia-nvjitlink-cu12==12.3.101
nvidia-nvtx-cu12==12.1.105
oauthlib==3.2.2
packaging==23.2
pandas==2.1.4
paramiko==3.4.0
pathspec==0.12.1
pillow==10.2.0
pkginfo==1.9.6
portalocker==2.8.2
protobuf==4.25.1
pyarrow==14.0.2
pyasn1==0.5.1
pycparser==2.21
pydeck==0.8.1b0
Pygments==2.17.2
PyJWT==2.8.0
PyNaCl==1.5.0
pyOpenSSL==23.3.0
pyparsing==3.1.1
PySocks==1.7.1
python-dateutil==2.8.2
pytz==2023.3.post1
PyYAML==6.0.1
referencing==0.32.1
requests==2.31.0
requests-oauthlib==1.3.1
rich==13.7.0
rpds-py==0.16.2
scikit-image==0.22.0
scipy==1.11.4
SecretStorage==3.3.3
six==1.16.0
smmap==5.0.1
sniffio==1.3.0
streamlit==1.29.0
sympy==1.12
tabulate==0.9.0
tenacity==8.2.3
tifffile==2023.12.9
toml==0.10.2
toolz==0.12.0
torch==2.1.2
torchaudio==2.1.2
torchcam==0.4.0
torchvision==0.16.2
torchxrayvision==1.2.1
tornado==6.4
tqdm==4.66.1
triton==2.1.0
typing_extensions==4.9.0
tzdata==2023.4
tzlocal==5.2
urllib3==2.1.0
validators==0.22.0
watchdog==3.0.0
websocket-client==1.7.0
zipp==3.17.0

0 comments on commit 4e12f8c

Please sign in to comment.