Ajay

Results 8 comments of Ajay

I'm having this issue as well. I'm somewhat new to Docker, it's not clear to me how entrypoint.sh is called and whether Dockerfile is every called

I was able to get this to work by pointing directly to the airflow.cfg in my docker-compose.yml file ``` volumes: - /home/apanagar/etl/dags:/usr/local/airflow/dags - /home/apanagar/docker-airflow/config/airflow.cfg:/usr/local/airflow/airflow.cfg ```

I'm trying to set some variables from a JSON file for LocalExecutor. Could someone provide an example of how to set the variables? I'm kind of new to both airflow...

figured it out, I just reversed the lines, so ``` airflow variables --import /path/to/variables.json #

@narner also add `-framework OpenGL -framework GLUT` to the link link in compile.sh and remove the linux eqivalents `-lglut -lGLU -lGL` I got it to compile and run, but got...

Yea, here's the output on my mac - ``` ajay@ajays-MacBook-Pro 12:37 [164]$ ./shaderDemo --> Load shaders... Compiling Vertex shader vertexShaderErrorMessage: ERROR: 0:1: '' : version '330' is not supported ERROR:...

First off, thanks for this work. This PR looks like exactly what I was looking for. I'm currently trying to run this code on the sim7600 but it seems like...

> > I haven't worked with Google Collab (I use Google Cloud Platform where I can use ssh and tmux), but I understand Collab is a Jupyter-based environment. As such...