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

dlnel index page #194

Merged
merged 4 commits into from
Jul 6, 2017
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions k8s/cloud_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ spec:
- name: settings
hostPath:
path: /home/pcloud/data/settings.py
#- name: email-tmp-msg:
# hostPath:
# path: /home/pcloud/templates/email_confirmation_message.txt
#- name: email-tmp-subj:
# hostPath:
# path: /home/pcloud/templates/email_confirmation_subject.txt
#- name: homepage
# hostPath:
# path: /home/pcloud/templates/homepage.html
# - name: data-storage
# cephfs:
# name: cephfs
Expand All @@ -38,6 +47,12 @@ spec:
mountPath: /pcloud/paddlecloud/settings.py
# - name: data-storage
# mountPath: /pfs
#- name: homepage
# mountPath: /pcloud/paddlecloud/templates/homepage.html
#- name: email-tmp-msg:
# mountPath: /pcloud/paddlecloud/notebook/account/email/email_confirmation_message.txt
#- name: email-tmp-subj:
# mountPath: /pcloud/paddlecloud/notebook/account/email/email_confirmation_subject.txt
ports:
- containerPort: 8000
env:
Expand Down
2 changes: 1 addition & 1 deletion paddlecloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ npm run copy:fonts && npm run copy:images && npm run copy:fonts && npm run copy:
npm run optimize
WORKDIR /pcloud

CMD ["sh", "-c", "./manage.py migrate; ./manage.py loaddata sites; ./manage.py runserver 0.0.0.0:8000"]
CMD ["sh", "-c", "./manage.py migrate; ./manage.py loaddata sites; ./manage.py runserver 0.0.0.0:$PORT"]
2,808 changes: 2,808 additions & 0 deletions paddlecloud/notebook/static/css/home.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions paddlecloud/notebook/static/css/home.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added paddlecloud/notebook/static/images/baidu_ai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added paddlecloud/notebook/static/images/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added paddlecloud/notebook/static/images/email-pic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added paddlecloud/notebook/static/images/feature-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added paddlecloud/notebook/static/images/feature-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added paddlecloud/notebook/static/images/feature-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added paddlecloud/notebook/static/images/feature-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added paddlecloud/notebook/static/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added paddlecloud/notebook/static/images/pr-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added paddlecloud/notebook/static/images/service-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added paddlecloud/notebook/static/images/service-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added paddlecloud/notebook/static/images/service-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added paddlecloud/notebook/static/images/service-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
153 changes: 153 additions & 0 deletions paddlecloud/notebook/static/js/common.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions paddlecloud/notebook/static/js/common.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading