This file contains hidden or 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
| name: fourth-brain-tf16 | |
| channels: | |
| - defaults | |
| - conda-forge | |
| dependencies: | |
| - pip | |
| - tensorflow=1.6 | |
| - keras=2.2.4 | |
| - seaborn | |
| - pillow |
This file contains hidden or 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
| aws s3api list-objects --bucket "bucket" --prefix "optional" --query "Contents[?LastModified>='date'][].{Key: Key, LastModified: LastModified}" |
This file contains hidden or 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
| ERROR: An error occurred during the fetch of repository 'etsy_jsonnet_libs': | |
| Traceback (most recent call last): | |
| File "/private/var/tmp/_bazel_aragab/ddfb4cc2327ffd93ef312f575703d2ec/external/bazel_tools/tools/build_defs/repo/git.bzl", line 181, column 30, in _git_repository_implementation | |
| update = _clone_or_update(ctx) | |
| File "/private/var/tmp/_bazel_aragab/ddfb4cc2327ffd93ef312f575703d2ec/external/bazel_tools/tools/build_defs/repo/git.bzl", line 36, column 20, in _clone_or_update | |
| git_ = git_repo(ctx, directory) | |
| File "/private/var/tmp/_bazel_aragab/ddfb4cc2327ffd93ef312f575703d2ec/external/bazel_tools/tools/build_defs/repo/git_worker.bzl", line 91, column 12, in git_repo | |
| _update(ctx, git_repo) | |
| File "/private/var/tmp/_bazel_aragab/ddfb4cc2327ffd93ef312f575703d2ec/external/bazel_tools/tools/build_defs/repo/git_worker.bzl", line 103, column 10, in _update | |
| fetch(ctx, git_repo) |
This file contains hidden or 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
| comparing metrics from 2023-03-03T15:28:12Z to 2023-03-03T15:58:12Z | |
| [search-xaragab0main, 1707 series] | |
| debug: http://prometheus.search-infra.etsy-searchinfra-gke-dev.etsycloud.com/api/v1/label/__name__/values?match%5B%5D=%7Bnamespace%3D%22search-xaragab0main%22,service%3D%22mmx-slv2-service%22%7D&start=2023-03-03T15:28:12Z&end=2023-03-03T15:58:12Z | |
| [search-xaragab1dev, 1695 series] | |
| debug: http://prometheus.search-infra.etsy-searchinfra-gke-dev.etsycloud.com/api/v1/label/__name__/values?match%5B%5D=%7Bnamespace%3D%22search-xaragab1dev%22,service%3D%22mmx-slv2-service%22%7D&start=2023-03-03T15:28:12Z&end=2023-03-03T15:58:12Z | |
| command: git diff --no-index /tmp/search-xaragab0main-14985759052164331670.tmp /tmp/search-xaragab1dev-1694701381650067377.tmp |
This file contains hidden or 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
| //> using scala "2.13.10" | |
| //> using dep "dev.zio::zio:2.0.13" | |
| //> using dep "dev.zio::zio-http:0.0.5" | |
| //> using dep "com.softwaremill.sttp.tapir::tapir-zio-http-server:1.2.12" | |
| //> using dep "com.softwaremill.sttp.tapir::tapir-core:1.2.12" | |
| //> using dep "com.softwaremill.sttp.tapir::tapir-swagger-ui-bundle:1.2.12" | |
| /** | |
| * This is a simple example of using ZIO Tapir to create an HTTP server. |
OlderNewer