Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for 392 (0.06 sec)

  1. docs/ja/docs/deployment/docker.md

        return {"item_id": item_id, "q": q}
    ```
    
    ### Dockerfile
    
    同じプロジェクト・ディレクトリに`Dockerfile`というファイルを作成します:
    
    ```{ .dockerfile .annotate }
    # (1)
    FROM python:3.9
    
    # (2)
    WORKDIR /code
    
    # (3)
    COPY ./requirements.txt /code/requirements.txt
    
    # (4)
    RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
    
    # (5)
    COPY ./app /code/app
    
    # (6)
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Aug 12 21:47:53 UTC 2024
    - 44.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.23.md

    - github.com/golang/mock: [v1.4.4 → v1.5.0](https://github.com/golang/mock/compare/v1.4.4...v1.5.0)
    - github.com/google/cadvisor: [v0.39.2 → v0.43.0](https://github.com/google/cadvisor/compare/v0.39.2...v0.43.0)
    - github.com/google/pprof: [1ebb73c → cbba55b](https://github.com/google/pprof/compare/1ebb73c...cbba55b)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  3. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_UTIMES ideal-int
    pkg syscall (freebsd-arm64), const SYS_UTRACE = 335
    pkg syscall (freebsd-arm64), const SYS_UTRACE ideal-int
    pkg syscall (freebsd-arm64), const SYS_UUIDGEN = 392
    pkg syscall (freebsd-arm64), const SYS_UUIDGEN ideal-int
    pkg syscall (freebsd-arm64), const SYS_VFORK = 66
    pkg syscall (freebsd-arm64), const SYS_VFORK ideal-int
    pkg syscall (freebsd-arm64), const SYS_WAIT4 = 7
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS___MAC_GET_LCID = 391
    pkg syscall (darwin-arm64), const SYS___MAC_GET_LCID ideal-int
    pkg syscall (darwin-arm64), const SYS___MAC_GET_LCTX = 392
    pkg syscall (darwin-arm64), const SYS___MAC_GET_LCTX ideal-int
    pkg syscall (darwin-arm64), const SYS___MAC_GET_LINK = 384
    pkg syscall (darwin-arm64), const SYS___MAC_GET_LINK ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (darwin-386), const SYS___MAC_GET_FD = 388
    pkg syscall (darwin-386), const SYS___MAC_GET_FILE = 382
    pkg syscall (darwin-386), const SYS___MAC_GET_LCID = 391
    pkg syscall (darwin-386), const SYS___MAC_GET_LCTX = 392
    pkg syscall (darwin-386), const SYS___MAC_GET_LINK = 384
    pkg syscall (darwin-386), const SYS___MAC_GET_MOUNT = 425
    pkg syscall (darwin-386), const SYS___MAC_GET_PID = 390
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top