Dmitrii Kuvaiskii
Dmitrii Kuvaiskii
Ah, I just checked, it's because `head` shows binary files in a weird way. Could you instead check with `vim alexnet-pretrained.pt` or `less alexnet-pretrained.pt` or some editor like this?
@anjalirai-intel That's the latest version of Scikit-learn-intelex: https://pypi.org/project/scikit-learn-intelex/ I don't know why this version is found on Debian/Ubuntu but not on RHEL. Could you maybe ask the Scikit-learn-intelex developers? I'm...
Duplicate of https://github.com/gramineproject/graphene/issues/2689 Unfortunately, it is a known issue -- Gramine doesn't support the `multiprocessing` package of Python. This is because Gramine currently doesn't support Sys-V semaphores, which the `multiprocessing`...
Gramine and GSC currently don't claim official support for Ubuntu 24.04. So I think we can safely wait for option 3 -- this bug should be fixed in Ubuntu itself,...
@anjalirai-intel The fix is currently in progress: - https://bugs.launchpad.net/ubuntu/+source/python-docker/+bug/2065348 - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073196 Given this, I would still prefer for this to be fixed in Ubuntu 24.04. From my understanding, the fix...
The bug is not being fixed as of yet, and the release date of Gramine v1.8 and GSC v1.8 is getting closer. I propose to continue with solutions 1 (pip...
Thanks @woju. The hybrid approach (where Python's venv inherits all system packages but only installs `docker` package via pip3) seems like the simplest workaround for now. @anjalirai-intel @jkr0103 Could you...
@jkr0103 Feel free to submit a corresponding PR.
Hello! The [Gramine project](https://github.com/gramineproject/gramine) currently uses `MBEDTLS_TLS_PSK_WITH_AES_128_GCM_SHA256` ciphersuite. Note that we use Pre-Shared Key (PSK) TLS sessions, because the underlying Intel SGX technology that Gramine uses has HW-based means to...
Quick update from a crypto expert: > I think the best performance you could hope for with forward secrecy would be ECDHE with AES_128_GCM, but this combination doesn't seem to...