$ gcloud iam service-accounts create callee
$ gcloud iam service-accounts create caller
$ gcloud builds submit -t gcr.io/${PROJECT_ID}/oidctest .
$ gcloud beta run deploy --image=gcr.io/${PROJECT_ID}/oidctest --allow-unauthenticated \
--service-account=caller@${PROJECT_ID}.iam.gserviceaccount.com caller
$ gcloud beta run deploy --image=gcr.io/${PROJECT_ID}/oidctest --no-allow-unauthenticated \
--service-account=callee@{PROJECT_ID}.iam.gserviceaccount.com callee
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
GROUP=$(id -ng) | |
MYDIR=/lustre/${GROUP}/$USER | |
export HOME=$MYDIR | |
. /etc/profile.d/modules.sh | |
module load cuda9/9.1.85 | |
module load anaconda3/4.3.0 |
- MySQL で累積和を求める - 私が歌川です
- 日ごとの保存した画像の枚数とその累積を取るSQL
- 画像1枚とテーブルの1行が対応付いている
- 変数は
邪道なので使いたくない
SELECT
t1.accum_date
, t1.count
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.