vault backup: 2023-09-14 14:34:59
This commit is contained in:
parent
fad4aab7ac
commit
0ed2d91bee
18
03-UnrealEngine/流程管理与部署/UnrealEngie Docker部署.md
Normal file
18
03-UnrealEngine/流程管理与部署/UnrealEngie Docker部署.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
title: Untitled
|
||||||
|
date: 2023-09-12 18:20:39
|
||||||
|
excerpt:
|
||||||
|
tags:
|
||||||
|
rating: ⭐
|
||||||
|
---
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker run --gpus all --rm -ti -v "PROJECT_PATH:/project" ghcr.io/epicgames/unreal-engine:dev-5.1.1
|
||||||
|
```
|
||||||
|
|
||||||
|
进入容器后输出
|
||||||
|
```bash
|
||||||
|
cd /home/ue4/UnrealEngine/Engine/Binaries/Liunx
|
||||||
|
./UnrealEditor /project/AIMotionRender.uproject
|
||||||
|
```
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user