- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 244 for Requirement (0.2 sec)
-
docs/fr/docs/deployment/versions.md
qu'elle fonctionne correctement pour votre application. Par exemple, disons que vous utilisez la version `0.45.0` dans votre application. Si vous utilisez un fichier `requirements.txt`, vous pouvez spécifier la version avec : ```txt fastapi==0.45.0 ``` ce qui signifierait que vous utiliseriez exactement la version `0.45.0`. Ou vous pourriez aussi l'épingler avec : ```txt
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 4.1K bytes - Viewed (0) -
docs/de/docs/deployment/versions.md
Angenommen, Sie verwenden in Ihrer Anwendung die Version `0.45.0`. Wenn Sie eine `requirements.txt`-Datei verwenden, können Sie die Version wie folgt angeben: ```txt fastapi==0.45.0 ``` Das würde bedeuten, dass Sie genau die Version `0.45.0` verwenden. Oder Sie können sie auch anpinnen mit:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 3.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.19.md
### Bug or Regression - A PV set from in-tree source will have ordered requirement values in NodeAffinity when converted to CSIPersistentVolumeSource ([#88987](https://github.com/kubernetes/kubernetes/pull/88987), [@jiahuif](https://github.com/jiahuif)) [SIG Storage]
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Jan 05 05:42:32 UTC 2022 - 489.7K bytes - Viewed (0) -
common-protos/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.proto
// NodeName is a request to schedule this carp onto a specific node. If it is non-empty, // the scheduler simply schedules this carp onto that node, assuming that it fits resource // requirements. // +optional optional string nodeName = 10; // Host networking requested for this carp. Use the host's network namespace. // If this option is set, the ports that will be used must be specified.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 7.7K bytes - Viewed (0) -
tensorflow/c/c_api.h
// be imported into `graph`. `prefix` is copied and has no lifetime // requirements. TF_CAPI_EXPORT extern void TF_ImportGraphDefOptionsSetPrefix( TF_ImportGraphDefOptions* opts, const char* prefix); // Set the execution device for nodes in `graph_def`. // Only applies to nodes where a device was not already explicitly specified. // `device` is copied and has no lifetime requirements.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0) -
docs/pt/docs/deployment/versions.md
Por exemplo, supondo que você está usando a versão `0.45.0` em sua aplicação. Caso você utilize o arquivo `requirements.txt`, você poderia especificar a versão com: ```txt fastapi==0.45.0 ``` Isso significa que você conseguiria utilizar a versão exata `0.45.0`. Ou, você poderia fixá-la com: ```txt
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 3.8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/Gradleception.kt
" (${descriptionParts.joinToString(separator = ", ")})" } else "" description = "Builds Gradle with the version of Gradle which is currently under development (twice)$descriptionSuffix" requirements { // Gradleception is a heavy build which runs ~40m on EC2 agents but only ~20m on Hetzner agents requiresNotEc2Agent() requiresNotSharedHost() } dependencies {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Oct 08 12:58:46 UTC 2024 - 6.5K bytes - Viewed (0) -
docs/extensions/s3zip/README.md
[Using AWS JS SDK v2](https://github.com/minio/minio/blob/master/docs/extensions/s3zip/examples/aws-js/main.js) [Using boto3](https://github.com/minio/minio/blob/master/docs/extensions/s3zip/examples/boto3/main.py) ## Requirements and limits - ListObjectsV2 can only list the most recent ZIP archive version of your object, applicable only for versioned buckets. - ListObjectsV2 API calls must be used to list zip file content.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Apr 10 16:28:27 UTC 2024 - 3K bytes - Viewed (0) -
common-protos/k8s.io/api/node/v1beta1/generated.proto
// runtime (using native Linux containers) will be used to run the containers // in a pod. // The handler must be lowercase, conform to the DNS Label (RFC 1123) requirements, // and is immutable. optional string handler = 2; // overhead represents the resource overhead associated with running a pod for a // given RuntimeClass. For more details, see
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 4.4K bytes - Viewed (0) -
docs/zh/docs/contributing.md
这样,你不必再去重新"安装"你的本地版本即可测试所有更改。 /// note | "技术细节" 仅当你使用此项目中的 `requirements.txt` 安装而不是直接使用 `pip install fastapi` 安装时,才会发生这种情况。 这是因为在 `requirements.txt` 中,本地的 FastAPI 是使用“可编辑” (`-e`)选项安装的 /// ### 格式化 你可以运行下面的脚本来格式化和清理所有代码: <div class="termy"> ```console $ bash scripts/format.sh ``` </div> 它还会自动对所有导入代码进行排序整理。
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 12.8K bytes - Viewed (0)