Spaces:
No application file
No application file
Update Dockerfile to not git clone library
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -4,7 +4,8 @@ FROM mhamilton723/featup:latest
|
|
4 |
# Set a working directory
|
5 |
WORKDIR /app
|
6 |
|
7 |
-
RUN
|
|
|
8 |
cd DenseAV &&\
|
9 |
echo "foo2" &&\
|
10 |
pip3 install -e . &&\
|
|
|
4 |
# Set a working directory
|
5 |
WORKDIR /app
|
6 |
|
7 |
+
RUN
|
8 |
+
# git clone https://github.com/mhamilton723/DenseAV &&\
|
9 |
cd DenseAV &&\
|
10 |
echo "foo2" &&\
|
11 |
pip3 install -e . &&\
|