Jinjing Zhou

Results 73 issues of Jinjing Zhou

Signed-off-by: Jinjing.Zhou However, the color doesn't seem perfect in light mode. Dark mode works well Fix #1343

Signed-off-by: Jinjing.Zhou fixes #728 ~~I made a new page to test it and found I still need to manually import the SFC. How can I enable this SFC by default?...

## Description Currently multiple processes are managed under tini by concatenating multiple commands. Cons: - hard to inspect per-process logs - hard to inspect errors when start the container Candidate:...

type/enhancement 💭
type/feature 💡

Signed-off-by: Jinjing.Zhou Fix #881

do-not-merge/work-in-progress
approved

## Description The tensorflow binary requires AVX instruction by default, which is not available on Apple Silicon. ``` ⬢ [envd]❯ python main.py The TensorFlow library was compiled to use AVX...

type/bug 🐛

## Description Currently `envd env describe` need explicitly set `--name` options. We should make the current directory name default. --- **Message from the maintainers**: Love this enhancement proposal? Give it...

good first issue ❤️
help wanted 🆘
type/enhancement 💭
type/feature 💡

## Description Support export LLB graph --- **Message from the maintainers**: Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.

good first issue ❤️
type/enhancement 💭
type/feature 💡
area/buildkit 🚢

## Description --- **Message from the maintainers**: Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.

type/documentation 📄
type/enhancement 💭
type/feature 💡
area/docker 🐳

## Description Use envd as development environment to develop a torch C++ custom ops --- **Message from the maintainers**: Love this enhancement proposal? Give it a 👍. We prioritise the...

good first issue ❤️
help wanted 🆘
type/feature 💡

## Description Dockerfile supports `ARG` keyword for different options when executing. envd can also provide similar compatibility. Brainstorm: ``` def build(): if args.get("model")=='CNN': .... else if args.get("model")=="Transformer": ... ``` ---...

type/documentation 📄
type/enhancement 💭
type/feature 💡
area/cli 🖥️
area/lang 🌐
area/docker 🐳