Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No requirements.txt #1

Open
guillermodangelo opened this issue Sep 1, 2022 · 1 comment
Open

No requirements.txt #1

guillermodangelo opened this issue Sep 1, 2022 · 1 comment

Comments

@guillermodangelo
Copy link

A requirements.txt would help reproducibility. Thanks.

@danielmimimi
Copy link

With the following Dockerfile

FROM tensorflow/tensorflow:1.11.0-rc2-devel-gpu-py3

RUN apt-get -y update
RUN apt-get -y install git
RUN pip install --upgrade pip

RUN pip install imageio
RUN pip install matplotlib
RUN pip install numpy

RUN pip install ipython
RUN pip install ipykernel

RUN pip install opencv-python
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6  -y
CMD [ "/bin/bash" ]

I could run the cell

'''building U-Net model'''

model = Model.getModel(input_shape=(in_h,in_w,3))
model.summary()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants