gorkemozkaya commited on
Commit
1dc9941
1 Parent(s): b774a38

test with jupyter

Browse files
Files changed (2) hide show
  1. Dockerfile +2 -1
  2. requirements.txt +5 -1
Dockerfile CHANGED
@@ -23,4 +23,5 @@ WORKDIR $HOME/app
23
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
24
  COPY --chown=user . $HOME/app
25
 
26
- CMD ["python", "main.py"]
 
 
23
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
24
  COPY --chown=user . $HOME/app
25
 
26
+ #CMD ["python", "main.py"]
27
+ CMD ["jupyter", "notebook"]
requirements.txt CHANGED
@@ -1 +1,5 @@
1
- gradio
 
 
 
 
 
1
+ gradio
2
+ tensorflow==2.8.2
3
+ tensorflow-text==2.8.2
4
+ tensorflow-addons==0.17.1
5
+ notebook