gfjiogopdfgdfs
commited on
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -2,6 +2,7 @@ FROM nvidia/cuda:11.8.0-devel-ubuntu22.04
|
|
2 |
# Install necessary packages
|
3 |
RUN apt update && apt install git build-essential libopenblas-dev wget python3-pip -y
|
4 |
RUN apt update && apt install -y wget
|
|
|
5 |
RUN apt-get install -y nodejs npm
|
6 |
RUN npm install -g localtunnel
|
7 |
# Set up a new user named "user" with user ID 1000
|
|
|
2 |
# Install necessary packages
|
3 |
RUN apt update && apt install git build-essential libopenblas-dev wget python3-pip -y
|
4 |
RUN apt update && apt install -y wget
|
5 |
+
RUN apt-get install -y curl
|
6 |
RUN apt-get install -y nodejs npm
|
7 |
RUN npm install -g localtunnel
|
8 |
# Set up a new user named "user" with user ID 1000
|