Chris Levy

Results 7 comments of Chris Levy

@isaackogan So how do you determine which GCC Compiler Option to use? Im trying to install Tensorflow within a Docker image `FROM --platform=linux/amd64 python:3.8-slim` on a mac with mac m1...

Thanks @Novaal ! Yes indeed slow. I have switched back to getting things running on aarch64 instead of going the emulation route. Thanks for your time and input.

Same problem here. Have a Dockerfile and docker-compose I use at work. Recently got a m1 mac and can not get the docker image built because of this same error....

@KumaTea I also wanted to express my appreciation for this work. It's great. Please keep it up :) I am using `pip install tensorflow-aarch64 -f https://tf.kmtea.eu/whl/stable.html` inside Docker container running...

I also just tried installing dspy via `poetry add dspy-ai` into an existing project which depends on `openai (^1.1.1)` and datasets `(^2.15.0`). Both of these conflict.

This is great Thanks! I will try opening a PR to also relax datasets constraint

thanks! yes I played around with the basic html vs full blown out CSS. I thought of doing the iframe thing but never tried it. I will now. Thanks again!