-
-
When deploying ConfigHub to kubernetes, we want to be able to run this as a job before the deployment. We would rather not have to run this manually.
-
This project should contain a Dockerfile that can be run by anyone who's not keen running it natively. Since it's a TUI, it should be possible to run it attached.
Running it in a container also has…
-
## Description
Docker 関連のファイルを配置方法を再考する
https://github.com/SongCastle/KoR/pull/34#issuecomment-2361321539
ソースと Dockerfile は、階層を分離した状態にしておきたい。
## Context
### 現状
Dockerfile と各サービスが持つソー…
-
您好,我想跑通Lisnownet代码,可是我出现了代码报错解决不了,您方便个给我点建议吗?谢谢
Traceback (most recent call last):
File "/workspace/./train.py", line 193, in
l_dwt, l_fft = losses.sparsity_loss(y)
File "/workspace/tools…
-
We have the possibility to manually package our app into a .jar and use an even slimmer version of openjdk for our base image.
This will result in a size of about 205MB
-
Hello, is there a Dockerfile to build the image locally after making changes?
-
dchud updated
3 years ago
-
**Is your feature request related to a problem? Please describe.**
Current Dockerfile is very basic, which wastes resources and violates best practices w.r.t. security.
**Describe the solution you…
-
* Add a Dockerfile to the repo root that copy Linux SBCL build into container.
* Can be based on small alpine image
* Can host different image for each release of each port
* Could also just …