Updated 11/28/2018
Here's my experience of installing the NVIDIA CUDA kit 9.0 on a fresh install of Ubuntu Desktop 16.04.4 LTS. Scroll down to the bottom if you wish to only install NVIDIA drivers and run tensorflow via docker container.
Updated 11/28/2018
Here's my experience of installing the NVIDIA CUDA kit 9.0 on a fresh install of Ubuntu Desktop 16.04.4 LTS. Scroll down to the bottom if you wish to only install NVIDIA drivers and run tensorflow via docker container.
| Follow instructions here: https://www.tensorflow.org/install/gpu#ubuntu_1804_cuda_10 | |
| Download and install Anaconda with Python 3.7: https://www.anaconda.com/distribution/#linux | |
| pip install --upgrade tensorflow-gpu | |
| python -c "import tensorflow as tf; tf.enable_eager_execution(); print(tf.reduce_sum(tf.random_normal([1000, 1000])))" |
| podman --runtime=runsc run --rm -it docker.io/library/ubuntu:latest bash | |
| I0604 20:47:56.621539 21217 x:0] *************************** | |
| I0604 20:47:56.621611 21217 x:0] Args: [/usr/bin/runsc start fb6738612f208a2786470ab33803763b976290531168c3716ea72b30ae74f310] | |
| I0604 20:47:56.621673 21217 x:0] Version 90a116890fce | |
| I0604 20:47:56.621686 21217 x:0] PID: 21217 | |
| I0604 20:47:56.621698 21217 x:0] UID: 0, GID: 0 | |
| I0604 20:47:56.621706 21217 x:0] Configuration: | |
| I0604 20:47:56.621712 21217 x:0] RootDir: /run/user/1000/runsc | |
| I0604 20:47:56.621720 21217 x:0] Platform: ptrace | |
| I0604 20:47:56.621734 21217 x:0] FileAccess: exclusive, overlay: false |
| path "auth/userpass/users/+" { | |
| capabilities = ["create", "read", "delete", "update", "list"] | |
| allowed_parameters = { | |
| "token-policies" = ["default", "policies/*"] | |
| "policies" = ["default", "policies/*"] | |
| "*" = [] | |
| } | |
| } | |
| path "auth/userpass/users/+/policies" { |
| apiVersion: v1 | |
| kind: Namespace | |
| metadata: | |
| name: julia-system | |
| --- | |
| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| name: julia | |
| labels: |
| apiVersion: dapr.io/v1alpha1 | |
| kind: Component | |
| metadata: | |
| annotations: | |
| meta.helm.sh/release-name: sensor-config | |
| meta.helm.sh/release-namespace: sensor-system | |
| creationTimestamp: "2021-11-30T18:00:19Z" | |
| generation: 1 | |
| labels: | |
| app.kubernetes.io/managed-by: Helm |
| apiVersion: influxdb2.deoras-labs.io/v1beta1 | |
| kind: Config | |
| metadata: | |
| name: default | |
| namespace: sensor-system | |
| spec: | |
| addr: http://influxdb2.influxdb2-system.svc.cluster.local | |
| orgName: sensor-system | |
| tokenSecretName: admin-token | |
| tokenSecretNamespace: sensor-system |