Nim development notes:
Command-line parsing: https://github.com/status-im/nim-confutils
version: "3.7" | |
x-logging: &logging | |
logging: | |
driver: json-file | |
options: | |
max-size: 1000m | |
x-pg-pass: &pg_pass ${POSTGRES_PASSWORD:-test123} | |
services: |
Hey, I'm vpavlin-4759808 and I have contributed to the RLN Trusted Setup Ceremony MPC Phase2 Trusted Setup ceremony. | |
The following are my contribution signatures: | |
Circuit # 1 (rln-withdraw) | |
Contributor # 17 | |
Contribution Hash: 99b1a708 f0567688 fc20ed2c fd1fa32c | |
d7b1fbc6 1e7c0654 70724cce 499be2e8 | |
f8478199 0c13f4d0 a8275a51 94070ce5 | |
1421c8df 401d2099 bb2800d8 ebd4256e |
Command-line parsing: https://github.com/status-im/nim-confutils
kind: ImageStream | |
apiVersion: image.openshift.io/v1 | |
metadata: | |
name: vpavlin-test | |
namespace: vpavlin-test | |
uid: 88413385-960e-44de-abe3-d417365e5dad | |
resourceVersion: '340606' | |
generation: 2 | |
creationTimestamp: '2021-09-01T07:59:39Z' | |
annotations: |
kind: Pod | |
apiVersion: v1 | |
metadata: | |
generateName: vpavlin-test-1- | |
annotations: | |
alpha.image.policy.openshift.io/resolve-names: '*' | |
k8s.v1.cni.cncf.io/network-status: |- | |
[{ | |
"name": "openshift-sdn", | |
"interface": "eth0", |
#!/bin/bash | |
#Run as | |
# bash push-operator-application.sh PR_NUMBER VERSION QUAY_NAMESPACE | |
# bash push-operator-application.sh 74 0.9.0 vpavlin | |
NAMESPACE=${3:-vpavlin} | |
VERSION=$2 | |
PR=$1 |
apiVersion: "kubeflow.org/v1" | |
kind: "TFJob" | |
metadata: | |
name: "dist-mnist-for-e2e-test" | |
spec: | |
tfReplicaSpecs: | |
PS: | |
replicas: 2 | |
restartPolicy: Never | |
template: |
apiVersion: kfdef.apps.kubeflow.org/v1beta1 | |
kind: KfDef | |
metadata: | |
clusterName: api-vpavlin44-dev-datahub-redhat-com:6443 | |
creationTimestamp: null | |
name: kf_manifests_dev | |
namespace: kubeflow | |
spec: | |
applications: | |
#- kustomizeConfig: |
apiVersion: "kubeflow.org/v1" | |
kind: "PyTorchJob" | |
metadata: | |
name: "pytorch-dist-mnist-gloo" | |
spec: | |
pytorchReplicaSpecs: | |
Master: | |
replicas: 1 | |
restartPolicy: OnFailure | |
template: |