Skip to content

Instantly share code, notes, and snippets.

View droideronline's full-sized avatar
🏠
Working from home

Dineshsuriya D droideronline

🏠
Working from home
View GitHub Profile
@droideronline
droideronline / backend\Dockerfile
Created February 15, 2025 08:24
Guide on using LangGraph platform
FROM langchain/langgraph-api:3.12
ADD requirements.txt /deps/__outer_backend/backend/requirements.txt
RUN PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -c /api/constraints.txt -r /deps/__outer_backend/backend/requirements.txt
ADD . /deps/__outer_backend/backend
RUN set -ex && \
for line in '[project]' \
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@droideronline
droideronline / proxy_nginx.sh
Created April 16, 2019 08:32 — forked from rdegges/proxy_nginx.sh
Create a HTTP proxy for jenkins using NGINX.
sudo aptitude -y install nginx
cd /etc/nginx/sites-available
sudo rm default
sudo cat > jenkins
upstream app_server {
server 127.0.0.1:8080 fail_timeout=0;
}
server {
listen 80;
if (mDuClockView != null) {
mVisibleInDoze.add( mDuClockView);
}