To deploy a model:
- Go to IBM cloud
- Go to WML service instance
- Go to Deployments
- Click Spaces tag
- Copy wanted space ID
Create self-signed certificate
openssl req \
-x509 \
-newkey rsa:4096 \
-sha512 \
-nodes \
-subj '/CN=localhost' \
-addext "subjectAltName = DNS:localhost" \setup.py example
import setuptools
import os
PROJECT_ROOT = path.dirname(path.abspath(__file__))
installation_dependencies = [i.strip() for i in open(os.path.join(PROJECT_ROOT, 'requirements.txt')).readlines()]Run with settings
mvn --settings ~/settings.xml testDeactivate default conda
conda config --set auto_activate_base falseAllow containers to use Dockerfile defined user source
oc adm policy add-scc-to-user anyuid -z default -n myproject| # Make sure git uses rebase instead of merge by default | |
| git config --global branch.autosetuprebase always |