Compare commits
No commits in common. "162c6a9dac2698fcf3f5a67215a60c304d80e64a" and "7c185b12ca574b24d2c2e708efc7e4f7169750f5" have entirely different histories.
162c6a9dac
...
7c185b12ca
17
Dockerfile
17
Dockerfile
@ -1,17 +0,0 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . /app
|
||||
|
||||
RUN apt update
|
||||
|
||||
RUN apt install python3 python3-pip -y
|
||||
|
||||
RUN pip3 install --no-cache-dir kaggle==1.6.6 matplotlib==3.6.3 scikit-learn==1.2.2 torch==2.0.0 torchvision==0.15.1
|
||||
|
||||
RUN pip3 install --no-cache-dir Pillow==10.2.0
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["python", "your_script_name.py"]
|
@ -1,5 +1,6 @@
|
||||
kaggle==1.6.6
|
||||
matplotlib==3.6.3
|
||||
Pillow==9.3.0
|
||||
Pillow==10.2.0
|
||||
scikit_learn==1.2.2
|
||||
torch==2.0.0+cu117
|
||||
|
Loading…
Reference in New Issue
Block a user