Skip to content
Snippets Groups Projects
Commit 3fb4d404 authored by TYLER CARAZA-HARTER's avatar TYLER CARAZA-HARTER
Browse files

lec starter

parent 59c0b950
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ FROM ubuntu:22.04 ...@@ -2,7 +2,7 @@ FROM ubuntu:22.04
RUN apt-get update; apt-get install -y wget curl openjdk-17-jdk python3-pip iproute2 RUN apt-get update; apt-get install -y wget curl openjdk-17-jdk python3-pip iproute2
# Python stuff # Python stuff
RUN pip3 install cassandra-driver==3.28.0 grpcio==1.58.0 grpcio-tools==1.58.0 jupyterlab==4.3.6 RUN pip3 install cassandra-driver==3.28.0 grpcio==1.58.0 grpcio-tools==1.58.0 jupyterlab==4.3.6 pandas==2.2.3
# SPARK # SPARK
RUN wget https://dlcdn.apache.org/spark/spark-3.5.5/spark-3.5.5-bin-hadoop3.tgz && \ RUN wget https://dlcdn.apache.org/spark/spark-3.5.5/spark-3.5.5-bin-hadoop3.tgz && \
......
name: ${PROJECT} name: p6
services: services:
db: db:
image: ${PROJECT}-base image: cassandra-demo
hostname: db hostname: db
ports:
- "5000-5002:5000"
volumes: volumes:
- "./src:/src" - "./src:/src"
deploy: deploy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment