Lesson 6: OpenCascade in Docker | Why Docker | Linux and Windows images

preview_player
Показать описание
👀👇In this lesson, we build a Docker image for OpenCascade and give it a go in Linux and Windows environments.

If this course was helpful for you, please leave a like and subscribe 😊🙏

#opencascade #docker #tutorial #occt #devops #programming #cad #3D

✊ C O M M U N I T Y

🔗 L I N K S · T O O L S

📚 R E A D

⏰ T I M E S T A M P S

0:00 Why bring OpenCascade to Docker container
2:00 Run Visual Studio Code
2:54 Create a docker file
3:20 Setup operating system - Linux Alpine vs Linux Ubuntu
4:22 Setup development environment (compiler, linker, Git, CMake, etc.)
5:22 Setup image name
6:09 Setup dependencies of Opencascade
7:30 Install OpenGl driver
8:05 Clone OpenCascade repository
9:53 Configure OpenCascade with CMake
11:40 Build OpenCascade Docker image
12:15 Run OpenCascade Docker image
13:43 Run Draw from Docker image
15:50 Publish in DockerHub
16:57 Run OpenCascade Docker image on Windows
22:38 GitLab repository of Lessons
Рекомендации по теме
Комментарии
Автор

Very helpful. Thanks for very specific details of opencascade and docker.

pdee
Автор

Your setup worked perfectly for me! But I'm unable to compile any of the files you've done in previous videos in Docker. No matter what I do, it is unable to find the appropriate header files. For example, "#include <TDOCStd_Application.hxx>" throws a "No such file or directory" error

Falcon
Автор

I created a Docker file and added my microservices code which uses the opencascade lib into it. When i run the container I get an error: *error while loading shared libraries: libTKSTEPAttr.so.7: cannot open shared object file: no such file or directory*

Edit: corrected spelling

appystore
Автор

Не пора ли уже Draw научить gltf по http отдавать? И можно уже будет в vscode окно интегрировать, а там уже рукой подать до веб приложения...

rehkync