remove unnecesary folders
This commit is contained in:
parent
7efc54bcd6
commit
5ddf0a22c4
1720
dane.ipynb
1720
dane.ipynb
File diff suppressed because it is too large
Load Diff
23
dockerfile
23
dockerfile
@ -1,23 +0,0 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt-get update --fix-missing
|
||||
RUN apt install python3-pip -y
|
||||
RUN apt install unzip -y
|
||||
RUN apt install git -y
|
||||
|
||||
RUN pip install --user kaggle
|
||||
RUN pip install --user pandas
|
||||
|
||||
|
||||
RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
|
||||
ENV PATH="$PATH:~/.local/bin/kaggle"
|
||||
ENV KAGGLE_USERNAME="wiktorbombola"
|
||||
ENV KAGGLE_KEY=""
|
||||
|
||||
# RUN echo "alias kaggle='~/.local/bin/kaggle'" >> ~/.bashrc
|
||||
|
||||
COPY ./script.sh ./
|
||||
COPY ./learning.py ./
|
||||
|
||||
# CMD ./script.sh 300
|
||||
# CMD ./learning.py
|
@ -1,23 +0,0 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt-get update --fix-missing
|
||||
RUN apt install python3-pip -y
|
||||
RUN apt install unzip -y
|
||||
RUN apt install git -y
|
||||
|
||||
RUN pip install --user kaggle
|
||||
RUN pip install --user pandas
|
||||
|
||||
|
||||
RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
|
||||
ENV PATH="$PATH:~/.local/bin/kaggle"
|
||||
ENV KAGGLE_USERNAME="wiktorbombola"
|
||||
ENV KAGGLE_KEY=""
|
||||
|
||||
# RUN echo "alias kaggle='~/.local/bin/kaggle'" >> ~/.bashrc
|
||||
|
||||
COPY ./script.sh ./
|
||||
COPY ./learning.py ./
|
||||
|
||||
# CMD ./script.sh 300
|
||||
# CMD ./learning.py
|
@ -1,19 +0,0 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt-get update --fix-missing
|
||||
RUN apt install python3-pip -y
|
||||
RUN apt install unzip -y
|
||||
RUN apt install git -y
|
||||
|
||||
RUN pip install --user pandas
|
||||
RUN pip install --user torch
|
||||
RUN pip install --user keras
|
||||
RUN pip install --user tensorflow
|
||||
RUN pip install --user scikit-learn
|
||||
|
||||
# RUN echo "alias kaggle='~/.local/bin/kaggle'" >> ~/.bashrc
|
||||
|
||||
COPY ./learning.py ./
|
||||
|
||||
# CMD ./script.sh 300
|
||||
# CMD ./learning.pyRUN pip install --user numpy
|
@ -1,19 +0,0 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt-get update --fix-missing
|
||||
RUN apt install python3-pip -y
|
||||
RUN apt install unzip -y
|
||||
RUN apt install git -y
|
||||
|
||||
RUN pip install --user pandas
|
||||
RUN pip install --user torch
|
||||
RUN pip install --user keras
|
||||
RUN pip install --user tensorflow
|
||||
RUN pip install --user scikit-learn
|
||||
|
||||
# RUN echo "alias kaggle='~/.local/bin/kaggle'" >> ~/.bashrc
|
||||
|
||||
COPY ./../learning.py ./
|
||||
|
||||
# CMD ./script.sh 300
|
||||
# CMD ./learning.pyRUN pip install --user numpy
|
Loading…
Reference in New Issue
Block a user